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

Class ConfirmationDialog

source code


HIG compliant confirmation dialog
Instance Methods [hide private]
 
__init__(self, pritext, sectext='', on_response_ok=None, on_response_cancel=None) source code
 
on_response_ok(self, widget) source code
 
on_response_cancel(self, widget) source code

Inherited from HigDialog: just_destroy, on_dialog_destroy, popup

Method Details [hide private]

__init__(self, pritext, sectext='', on_response_ok=None, on_response_cancel=None)
(Constructor)

source code 
Overrides: HigDialog.__init__

on_response_ok(self, widget)

source code 

on_response_cancel(self, widget)

source code