Home | Trees | Index | Help |
|
---|
Package autoglade :: Module autoglade :: Class AutoGlade |
|
AutoGlade main class.
This is the main AutoGlade class.Method Summary | |
---|---|
Constructor | |
__call__(args)
| |
__getattr__ | |
__getitem__ | |
abbreviations(self)
| |
autoAddTimeout(self,
msecs,
method,
*args)
| |
autoDumpShell(self,
var,
val)
| |
autoDumpText(self,
var,
val)
| |
autoDumpValues(self)
| |
autoErrorDialog(self,
ex)
| |
autoInfoDialog(self,
msg,
message_format)
| |
Default autoInit method, can be overriden by children. | |
Auto invoke the method codified in widget name | |
autoProgressBar(self,
args)
| |
autoQuestionDialog(self,
msg,
buttons)
| |
auto run the graphical user interface | |
autoWarningDialog(self,
msg,
message_format)
| |
getDom(self)
| |
getGladeInterface(self)
| |
getSignalHandlers(self)
| |
getTopLevelWidgets(self)
| |
help(self)
| |
isInputClass(self,
widgetClass)
| |
on_autobutton_clicked | |
on_autobuttoncollapseall_clicked(self,
widget)
| |
on_autobuttonexpandall_clicked(self,
widget)
| |
Default handler for gtk.Dialog response
signal | |
Default handler for menu items activate signal | |
Toggle the 'sensitive' property on a target widget | |
Toggle the 'visible' property on a target widget | |
on_autotoolbutton_clicked | |
Default handler for Cancel buttons clicked
signal. | |
quit(self,
widget,
*args)
| |
This method uses a value set by self.__getAboutDialogWidget | |
VOID_get_children(self,
widget)
| |
VOID_printWidgetTree(self,
widget)
|
Class Variable Summary | |
---|---|
bool | DEBUG : Set debugging output |
Method Details |
---|
__init__(self,
glade=None,
root=None,
autorun=True,
autoinit=None,
autodump='text')
|
__getattr__(self,
name)
|
__getitem__(self,
key)
|
autoInit(self, autoinit=None)Default autoInit method, can be overriden by children.
|
autoRun(self)auto run the graphical user interface Runs the graphical user interface automatically. There ase some special cases contempled. #. If there's no #. If the __mainTolLvelWidget is not a
gtk.Dialog then the main GTK loop is entered
|
on_autobutton_clicked(self, widget, *args)on_autobutton_clicked
|
on_autodialog_response(self, widget, response, *args)Default handler for This is a handler method intended to be a simple dialog handler. response signal of widget must be connected to this method and the user data parameter must be left untouched (as of Glade 3.0 and libglade 2). Note: Perhaps this method should set a Singleton object value to the response receivedgtk response values gtk.RESPONSE_NONE=-1 gtk.RESPONSE_REJECT=-2
gtk.RESPONSE_ACCEPT=-3 gtk.RESPONSE_DELETE_EVENT=-4
gtk.RESPONSE_OK=-5 gtk.RESPONSE_CANCEL=-6 gtk.RESPONSE_CLOSE=-7
gtk.RESPONSE_YES=-8 gtk.RESPONSE_NO=-9 gtk.RESPONSE_APPLY=-10
gtk.RESPONSE_HELP=-11
|
on_automenuitem_activate(self, widget, *args)Default handler for menu items This is a handler method intended to be a simple menu item handler. The idea is to simplify handling menu items usually connected to dialog boxes. activate signal on the menu item object must point to this function and user data parameter of this signal must point to the object to call. In the case of a dialog, user data parameter is the dialog object which this method will run. This can also be used (and it's used by autoInvoke) ingtk.ToolButton objects.
|
on_autosensitize(self, widget, targetWidget)Toggle the 'sensitive' property on a target widget |
on_autoshow(self, widget, targetWidget)Toggle the 'visible' property on a target widget |
on_autotoolbutton_clicked(self, widget)on_autotoolbutton_clicked
|
on_cancelbutton_clicked(self, widget)Default handler for Cancel buttonsclicked
signal.
|
VOID__getAboutDialogElement(self)This method uses a value set by self.__getAboutDialogWidget |
Class Variable Details |
---|
DEBUGSet debugging output
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Oct 2 22:07:38 2007 | http://epydoc.sf.net |