__init__(self,
autoglade,
name=None,
widget=None,
element=None)
(Constructor)
Constructor
-
- Parameters:
autoglade -
Autoglade objet to which object is related to
(type=AutoGlade.AutoGlade)
name -
Name of the AutoGladeObject
(type=str)
widget -
Widget of the AutoGladeObject. This accepts the special value
autoglade.AGO_POSTPONED to defer
the initialization of the widget until some conditions are
met.
(type=gtk.Widget )
element -
Element of the AutoGladeObject
(type=str)
- Raises:
AutoGladeRuntimeError -
If the AutoGladeObject cannot be initialized because some
values are missing this Exception is raised.
|