wx._windows.Dialog
Proxy of C++ Dialog class

Create(args, kwargs)
Create(self, Window parent, int id=-1, String title=EmptyString, Point pos=DefaultPosition, Size size=DefaultSize, long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> bool

CreateButtonSizer(args, kwargs)
CreateButtonSizer(self, long flags) -> Sizer

CreateStdDialogButtonSizer(args, kwargs)
CreateStdDialogButtonSizer(self, long flags) -> StdDialogButtonSizer

CreateTextSizer(args, kwargs)
CreateTextSizer(self, String message) -> Sizer

EndModal(args, kwargs)
EndModal(self, int retCode)

GetClassDefaultAttributes
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes Get the default attributes for this class. This is useful if you want to use the same font or colour in your own control as in a standard control -- which is a much better idea than hard coding specific colours or fonts which might look completely out of place on the user's system, especially if it uses themes. The variant parameter is only relevant under Mac currently and is ignore under other platforms. Under Mac, it will change the size of the returned font. See `wx.Window.SetWindowVariant` for more about this.

GetReturnCode(args, kwargs)
GetReturnCode(self) -> int

IsModal(args, kwargs)
IsModal(self) -> bool

SendSizeEvent(self)
None

SetReturnCode(args, kwargs)
SetReturnCode(self, int returnCode)

ShowModal(args, kwargs)
ShowModal(self) -> int

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)