sugar-toolkit-gtk3/services/console
2007-09-10 02:50:35 -04:00
..
interface Console: avoid to add missed logfiles 2007-09-10 02:50:35 -04:00
lib Console: Fix network lib 2007-09-04 17:31:43 -04:00
__init__.py
console.py Revert "DevConsole: New IRC Client interface" 2007-08-22 20:56:29 +02:00
label.py
Makefile.am
org.laptop.sugar.Console.service.in
README
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.