wx.lib.dialogs.MultipleChoiceDialog¶
Dialog() -> None Dialog(parent, id=ID_ANY, title=’’, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr) -> None
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class MultipleChoiceDialog(wx.Dialog)¶
Dialog() -> None Dialog(parent, id=ID_ANY, title=’’, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr) -> None
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.
Methods¶
- __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)¶