Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module genericmessagedialog :: Class GenericMessageDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | GenericMessageDialog
Main class implementation, L{GenericMessageDialog} is a possible replacement for the standard wx.MessageDialog.
Method Summary | |
---|---|
Default class constructor. | |
Creates a sizer with standard buttons. | |
Creates a sizer with standard buttons using CreateButtonSizer separated from the rest of the dialog contents by a horizontal wx.StaticLine. | |
Creates a StdDialogButtonSizer with standard buttons. | |
L{GenericMessageDialog} had received a wx.ID_CANCEL answer. | |
Handles the wx.EVT_KEY_DOWN event for L{GenericMessageDialog}. | |
Handles the wx.EVT_NAVIGATION_KEY event for L{GenericMessageDialog}. | |
L{GenericMessageDialog} had received a wx.ID_NO answer. | |
L{GenericMessageDialog} had received a wx.ID_OK answer. | |
L{GenericMessageDialog} had received a wx.ID_YES answer. | |
Switch focus between buttons. |
Property Summary |
---|
Class Variable Summary |
---|
Instance Method Details |
---|
__init__(self,
parent,
message,
caption,
style,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1))
|
CreateButtonSizer(self, flags)Creates a sizer with standard buttons.
@note: The sizer lays out the buttons in a manner appropriate to the platform.
|
CreateSeparatedButtonSizer(self, flags)Creates a sizer with standard buttons using CreateButtonSizer separated from the rest of the dialog contents by a horizontal wx.StaticLine.
|
CreateStdDialogButtonSizer(self, flags)Creates a StdDialogButtonSizer with standard buttons.
@note: The sizer lays out the buttons in a manner appropriate to the platform.
|
OnCancel(self, event)L{GenericMessageDialog} had received a wx.ID_CANCEL answer. |
OnKeyDown(self, event)Handles the wx.EVT_KEY_DOWN event for L{GenericMessageDialog}. |
OnNavigation(self, event)Handles the wx.EVT_NAVIGATION_KEY event for L{GenericMessageDialog}. |
OnNo(self, event)L{GenericMessageDialog} had received a wx.ID_NO answer. |
OnOk(self, event)L{GenericMessageDialog} had received a wx.ID_OK answer. |
OnYes(self, event)L{GenericMessageDialog} had received a wx.ID_YES answer. |
SwitchFocus(self)Switch focus between buttons. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:13 2009 | http://epydoc.sf.net |