sugar-toolkit-gtk3/services/console
2007-08-07 18:18:15 -04:00
..
interface DevConsole: ups! fix Makefile.am 2007-08-07 18:18:15 -04:00
lib DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) 2007-08-07 18:14:19 -04:00
__init__.py
console.py Add a basic Presence Service tab to the developer console. 2007-07-25 10:30:15 -04:00
label.py
Makefile.am
org.laptop.sugar.Console.service.in
README Add a basic Presence Service tab to the developer console. 2007-07-25 10:30:15 -04:00
sugar-console

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.