Home | Trees | Index | Help |
|
---|
Package autoglade :: Module autoglade :: Class AutoGladeObject |
|
Method Summary | |
---|---|
Constructor | |
Connect the specified signal with handler if there's no another handler defined. | |
getElement(self)
| |
getName(self)
| |
getWidget(self)
| |
Get the DOM element by name. |
Class Variable Summary | |
---|---|
bool |
DEBUG = True
|
NoneType |
_AutoGladeObject__autoglade = None |
NoneType |
_AutoGladeObject__element = None |
NoneType |
_AutoGladeObject__name = None |
NoneType |
_AutoGladeObject__widget = None |
Method Details |
---|
__init__(self,
autoglade,
name=None,
widget=None,
element=None)
Constructor
|
connectIfNotConnected(self, signal, handler, *args)Connect the specified signal with handler if there's no another handler defined. |
__getElementByName(self, name)Get the DOM element by name.
|
Class Variable Details |
---|
DEBUG
|
_AutoGladeObject__autoglade
|
_AutoGladeObject__element
|
_AutoGladeObject__name
|
_AutoGladeObject__widget
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Oct 2 22:07:38 2007 | http://epydoc.sf.net |