Abstract class that define the functionality an class that handle
glade files should provide.
Method get_widget Return the widget in the glade file that has that name
Method get_widgets Return a tuple with all the widgets in the glade file
Method attach_slave No summary
Method signal_autoconnect Connect the signals in the keys of dict with the objects in the values of dic

Inherited from Interface:

Class Method providedBy Undocumented
def get_widget(self, widget_name):
Return the widget in the glade file that has that name
def get_widgets(self):
Return a tuple with all the widgets in the glade file
def attach_slave(self, name, slave):
Attaches a slaveview to the view this adaptor belongs to,
substituting the widget specified by name.
The widget specified *must* be a eventbox; its child widget will be
removed and substituted for the specified slaveview's toplevel widget
def signal_autoconnect(self, dic):
Connect the signals in the keys of dict with the objects in the
values of dic
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.