.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.dialogs
.. highlight:: python
.. _wx.lib.dialogs.MultipleChoiceDialog:
==========================================================================================================================================
|phoenix_title| **wx.lib.dialogs.MultipleChoiceDialog**
==========================================================================================================================================
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.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
MultipleChoiceDialog:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Dialog`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.dialogs.MultipleChoiceDialog.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.dialogs.MultipleChoiceDialog.GetValue`
:meth:`~wx.lib.dialogs.MultipleChoiceDialog.GetValueString`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: 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.
.. method:: __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.
.. method:: GetValue(self)
.. method:: GetValueString(self)