Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | BaseAdminGtkNode
I am a base class for all GTK+-based Admin UI nodes. I am a view on a set of properties for a component.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
logCategory = "admingtk" Implementors can provide a category to log their messages under. |
|||
gladeFile = None hash(x) |
|||
gettextDomain =
|
|
|||
gtk.Widget
|
widget the main widget representing this node |
||
wtree the widget tree representation for this node |
|
|
Set if debug should be enabled. Not all pages are visible unless debugging is set to true
|
Create a new widget instance from the glade file. Can be used to make multiple instances of the same widget. |
I am called when the widget tree has been gotten from the glade file. Responsible for setting self.widget. Override me to act on it. |
Called by the BaseAdminGtk when it gets the UI state and the GUI is ready. Chain up if you provide your own implementation. |
Render the GTK+ admin view for this component. Returns: a deferred returning the main widget for embedding |
Add a message to the component. Since this is called in a component view and only relevant to the component view, the message only exists in the view, and is not replicated to the manager state. The message will be displayed in the usual message view.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 19 16:27:11 2012 | http://epydoc.sourceforge.net |