Abstract class that define the functionality an class that handle glade files should provide.
Function | get_widget | Return the widget in the glade file that has that name |
Function | get_widgets | Return a tuple with all the widgets in the glade file |
Function | attach_slave | Attaches a slaveview to the view this adaptor belongs to, |
Function | signal_autoconnect | Connect the signals in the keys of dict with the objects in the |
Return the widget in the glade file that has that name
Return a tuple with all the widgets in the glade file
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
Connect the signals in the keys of dict with the objects in the values of dic