.. 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.GeneralOptionsPanel:
==========================================================================================================================================
|phoenix_title| **wx.lib.pydocview.GeneralOptionsPanel**
==========================================================================================================================================
A general options panel that is used in the OptionDialog to configure the
generic properties of a pydocview application, such as "show tips at startup"
and whether to use SDI or MDI for the application.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
GeneralOptionsPanel:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Panel`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.pydocview.GeneralOptionsPanel.__init__` Initializes the panel by adding an "Options" folder tab to the parent notebook and
:meth:`~wx.lib.pydocview.GeneralOptionsPanel.GetIcon` Return icon for options panel on the Mac.
:meth:`~wx.lib.pydocview.GeneralOptionsPanel.OnOK` Updates the config based on the selections in the options panel.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: GeneralOptionsPanel(wx.Panel)
A general options panel that is used in the OptionDialog to configure the
generic properties of a pydocview application, such as "show tips at startup"
and whether to use SDI or MDI for the application.
.. method:: __init__(self, parent, id)
Initializes the panel by adding an "Options" folder tab to the parent notebook and
populating the panel with the generic properties of a pydocview application.
.. method:: GetIcon(self)
Return icon for options panel on the Mac.
.. method:: OnOK(self, optionsDialog)
Updates the config based on the selections in the options panel.