bestgui.gladewrap

Module that provides an object oriented abstraction to pygtk and libglade.

class bestgui.gladewrap.GladeDialog(gladefile, root, domain='', typedict={})
class bestgui.gladewrap.GladeObject(gladefile, root, domain='', typedict={})

Wrap a GTK based GUI built with glade into a python object.

GladeObject allows you to access all the widgets in the GUI as attributes. Further all the callbacks defined in the sub-class of GladeObject are automatically connected at instantiation time.

NOTE: GladeObject doesn’t support multiple inheritance.

class bestgui.gladewrap.GtkGladeApp(gladefile, root, version=None, domain='', typedict={})
flush_events()
main()
quit(*args)

Get BESTGUI at SourceForge.net. Fast, secure and Free Open Source software downloads

Previous topic

bestgui.exectools

Next topic

bestgui.aoi

This Page