Module dialogs :: Class InputDialogCheck
[hide private]
[frames] | no frames]

Class InputDialogCheck

source code


Class for Input dialog
Instance Methods [hide private]
 
__init__(self, title, label_str, checktext='', input_str=None, is_modal=True, ok_handler=None, cancel_handler=None) source code
 
on_okbutton_clicked(self, widget) source code
 
get_text(self) source code
 
is_checked(self)
Get active state of the checkbutton
source code

Inherited from InputDialog: set_entry

Inherited from CommonInputDialog: on_cancelbutton_clicked, on_input_dialog_destroy

Method Details [hide private]

__init__(self, title, label_str, checktext='', input_str=None, is_modal=True, ok_handler=None, cancel_handler=None)
(Constructor)

source code 
Overrides: CommonInputDialog.__init__

on_okbutton_clicked(self, widget)

source code 
Overrides: CommonInputDialog.on_okbutton_clicked

get_text(self)

source code 
Overrides: InputDialog.get_text

is_checked(self)

source code 
Get active state of the checkbutton