Class s.g.b.a.BaseAppWindow(GladeDelegate):

Part of stoqlib.gui.base.application View In Hierarchy

Class to be inherited by applications main window.
Method __init__ Undocumented
Method key_control_F11 Undocumented
Method get_title This method must be overwritten on child when it's needed
Method set_sensitive Sets one or more widgets to state sensitive. XXX: Kiwi?
Method get_dialog Encapsuled method for getting dialogs.
Method run_dialog Encapsuled method for running dialogs.
Method shutdown_application Undocumented
Method _on_quit_action__clicked Undocumented
@argcheck(BaseApp, object)
def __init__(self, app, keyactions=None):
Undocumented
def key_control_F11(self):
Undocumented
def get_title(self):
This method must be overwritten on child when it's needed
def set_sensitive(self, widgets, value):
Sets one or more widgets to state sensitive. XXX: Kiwi?
def get_dialog(self, dialog_class, *args, **kwargs):
Encapsuled method for getting dialogs.
def run_dialog(self, dialog_class, *args, **kwargs):
Encapsuled method for running dialogs.
def shutdown_application(self, *args):
Undocumented
def _on_quit_action__clicked(self, *args):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.