sugar-toolkit-gtk3/services/console
2007-10-18 06:38:14 -03:00
..
interface
lib
__init__.py Rework the console to use autoactivation, move it in services/ 2007-01-08 18:06:59 +01:00
console.py DevConsole: Remove terminal interface, use the new terminal-activity instead 2007-10-18 06:38:14 -03: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
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.