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

Class ConfirmationDialogDoubleRadio

source code


HIG compliant confirmation dialog with 2 radios
Instance Methods [hide private]
 
__init__(self, pritext, sectext='', radiotext1='', radiotext2='', on_response_ok=None, on_response_cancel=None, is_modal=True) source code
 
on_response_ok(self, widget) source code
 
on_response_cancel(self, widget) source code
 
is_checked(self)
Get active state of the checkbutton
source code

Inherited from HigDialog: just_destroy, on_dialog_destroy, popup

Method Details [hide private]

__init__(self, pritext, sectext='', radiotext1='', radiotext2='', on_response_ok=None, on_response_cancel=None, is_modal=True)
(Constructor)

source code 
Overrides: HigDialog.__init__

on_response_ok(self, widget)

source code 
Overrides: ConfirmationDialog.on_response_ok

on_response_cancel(self, widget)

source code 
Overrides: ConfirmationDialog.on_response_cancel

is_checked(self)

source code 
Get active state of the checkbutton