sugar-toolkit-gtk3/services/console
John (J5) Palmieri d2e4e99226 hack to make sure vte does not wrap too early in first instance
* vte does not reflow if you add the widget before its container is realized
    so we hack around this by calling set_size with a high number for width
2007-08-10 13:32:24 -04:00
..
interface hack to make sure vte does not wrap too early in first instance 2007-08-10 13:32:24 -04:00
lib
__init__.py Rework the console to use autoactivation, move it in services/ 2007-01-08 18:06:59 +01:00
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
README
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.