sugar-toolkit-gtk3/services/console
2007-10-07 17:09:35 -04:00
..
interface DevConsole: Fix reading not allowed files 2007-10-07 17:09:35 -04:00
lib Devconsole: Makefile updates 2007-09-20 12:04:05 -04:00
__init__.py Rework the console to use autoactivation, move it in services/ 2007-01-08 18:06:59 +01:00
console.py DevConsole: New PyXRes class and XServer interface (similar to xrestop) 2007-09-20 11:52:28 -04:00
label.py Don't make all .py executable please... 2007-06-20 12:31:54 +02:00
Makefile.am Console: new battery status box 2007-03-10 19:16:40 -03:00
org.laptop.sugar.Console.service.in Fix makefiles 2007-01-08 18:19:22 +01:00
README Add a basic Presence Service tab to the developer console. 2007-07-25 10:30:15 -04:00
sugar-console sugar console changes directory to the user's home directory and sets proc title 2007-08-10 12:57:43 -04:00

Defining new tabs in the developer console
==========================================

The tabs are top-level packages inside 'interface/'.

Each package used as a tab must have a class Interface, instantiatable
with no arguments, with an attribute 'widget' that is a Gtk widget to be
placed in the tab. That's it.

Tabs are automatically run under the GLib main loop, dbus-python is set up
to use it, and the shared dbus-python session-bus connection is expected to
exist.