sugar-toolkit-gtk3/services/console
Marco Pesenti Gritti edcaf95e7c Revert "DevConsole: New IRC Client interface"
This reverts commit 2ed32d1a11.
2007-08-22 20:56:29 +02:00
..
interface Revert "DevConsole: New IRC Client interface" 2007-08-22 20:56:29 +02:00
lib Revert "DevConsole: New IRC Client interface" 2007-08-22 20:56:29 +02:00
__init__.py
console.py
label.py
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.