Dialog() -> None Dialog(parent : Window, id: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_DIALOG_STYLE, name: str=DialogNameStr) -> None
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.
Initialize self. See help(type(self)) for accurate signature. |
|
MultipleChoiceDialog
(wx.Dialog)¶Dialog() -> None Dialog(parent : Window, id: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_DIALOG_STYLE, name: str=DialogNameStr) -> None
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.
__init__
(self, parent, msg, title, lst, pos = wx.DefaultPosition, size = (200, 200), style = wx.DEFAULT_DIALOG_STYLE)¶Initialize self. See help(type(self)) for accurate signature.
GetValue
(self)¶GetValueString
(self)¶