GUADEC 2003: Libegg and PyORBit
At GUADEC 2003 in Dublin, I gave talks about Libegg and PyORBit.
Libegg was a library used to prototype new features for GTK. My talk focused on the EggToolbar class and EggMenu system, which were both merged into GTK 2.4 as the new GtkToolbar API and GtkUIManager.
PyORBit is a Python binding for the ORBit2 CORBA implementation. It was designed to follow the standard CORBA Python Language Mapping, while using ORBit2’s type libraries to generate stubs and skeletons at runtime.
Example Code
The PyORBit slides reference the following example program:
metadata-demo.py
- monitor Nautilus metadata via CORBA