Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/README
blob: a3aa6e1af756290f5d9e4e4e1521605ad70de3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.