.. 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.pydocview .. highlight:: python .. _wx.lib.pydocview.OptionsDialog: ========================================================================================================================================== |phoenix_title| **wx.lib.pydocview.OptionsDialog** ========================================================================================================================================== A default options dialog used by the OptionsService that hosts a notebook tab of options panels. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class OptionsDialog:
| |super_classes| Known Superclasses ================================== :class:`wx.Dialog` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.pydocview.OptionsDialog.__init__` Initializes the options dialog with a notebook page that contains new :meth:`~wx.lib.pydocview.OptionsDialog.DoRefresh` wxBug: On Windows XP when using a multiline notebook the default page doesn't get :meth:`~wx.lib.pydocview.OptionsDialog.GetDocManager` Returns the document manager passed to the OptionsDialog constructor. :meth:`~wx.lib.pydocview.OptionsDialog.OnOK` Calls the OnOK method of all of the OptionDialog's embedded panels ================================================================================ ================================================================================ | |api| Class API =============== .. class:: OptionsDialog(wx.Dialog) A default options dialog used by the OptionsService that hosts a notebook tab of options panels. .. method:: __init__(self, parent, optionsPanelClasses, docManager) Initializes the options dialog with a notebook page that contains new instances of the passed optionsPanelClasses. .. method:: DoRefresh(self) wxBug: On Windows XP when using a multiline notebook the default page doesn't get drawn, but it works when using a single line notebook. .. method:: GetDocManager(self) Returns the document manager passed to the OptionsDialog constructor. .. method:: OnOK(self, event) Calls the OnOK method of all of the OptionDialog's embedded panels