Class s.g.b.d.BasicPluggableDialog(BasicDialog):

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

Known subclasses: stoqlib.gui.base.dialogs.BasicWrappingDialog

Abstract class for Pluggable*Dialog; two buttons and a slave area
Method _initialize May be called by refresh by subdialogs, as necessary
Method enable_notices Enables display of notice messages with icons using alert() and
Method clear_notices Undocumented
Method error Undocumented
Method alert Undocumented
Method confirm Undocumented
Method cancel Undocumented

Inherited from BasicDialog:

Method __init__ Undocumented
Method setup_keyactions Undocumented
Method hide_footer Undocumented
Method enable_ok Undocumented
Method disable_ok Undocumented
Method set_ok_label Undocumented
Method set_cancel_label Undocumented
Method justify_label Undocumented
Method set_confirm_widget Enables widget as a confirm widget, the dialog will be closed as
Method set_cancel_widget Enables widget as a cancel widget, the dialog will be closed as
Method add Undocumented
Method action_area Undocumented
Method on_ok_button__clicked Undocumented
Method on_cancel_button__clicked Undocumented

Inherited from RunnableView (via BasicDialog, AbstractDialog):

Method close Handles action to be performed when window is closed.
Method destroy Undocumented
Method run Handles action to be performed when window is opened. Defaults to
def _initialize(self, slave, title=' ', header_text='', size=None, hide_footer=False):
May be called by refresh by subdialogs, as necessary
def enable_notices(self):
Enables display of notice messages with icons using alert() and error().
def clear_notices(self):
Undocumented
def error(self, message):
Undocumented
def alert(self, message):
Undocumented
def confirm(self, *args):
Undocumented
def cancel(self, *args):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.