Package pyraf :: Module alert :: Class AlertDialog
[hide private]
[frames] | no frames]

Class AlertDialog

source code

 dialog.Dialog --+    
                 |    
dialog.ModalDialog --+
                     |
                    AlertDialog

Instance Methods [hide private]
 
__init__(self, widget, msg) source code
 
SetupDialog(self) source code
 
OkPressed(self) source code
 
CancelPressed(self) source code
 
NoPressed(self) source code
 
CreateButton(self, text, command) source code

Inherited from dialog.ModalDialog: Show

Inherited from dialog.Dialog: CenterDialog, DialogCleanup, TerminateDialog

Method Details [hide private]

__init__(self, widget, msg)
(Constructor)

source code 
Overrides: dialog.Dialog.__init__

SetupDialog(self)

source code 
Overrides: dialog.Dialog.SetupDialog