You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
17 years ago
..
interface hack to make sure vte does not wrap too early in first instance 17 years ago
lib DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) 17 years ago
Makefile.am Console: new battery status box 18 years ago
README Add a basic Presence Service tab to the developer console. 17 years ago
__init__.py
console.py Add a basic Presence Service tab to the developer console. 17 years ago
label.py Don't make all .py executable please... 17 years ago
org.laptop.sugar.Console.service.in Fix makefiles 18 years ago
sugar-console sugar console changes directory to the user's home directory and sets proc title 17 years ago

README

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.