| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
wx._core.Object --+
|
wx._core.EvtHandler --+
|
wx._core.Window --+
|
wx._windows.Panel --+
|
wx._windows.ScrolledWindow --+
|
wx._windows.PyScrolledWindow --+
|
wx.lib.scrolledpanel.ScrolledPanel --+
|
object --+ |
| |
debug.debugmixin --+
|
PrefPanel
Panel that shows ui controls corresponding to all preferences
| Instance Methods | |||
| EvtHandler |
|
||
| bool |
|
||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Static Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
| Method Details |
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
String name=PanelNameStr) -> PyScrolledWindow
|
Invokes the constraint-based layout algorithm or the sizer-based algorithm for this window. See SetAutoLayout: when auto layout is on, this function gets called automatically by the default EVT_SIZE handler when the window is resized.
|
Static method to populate some sizer with classprefs. This is a static method because it can be used by outside functions that use params but aren't classprefs. For example, generic dialog boxes can be created by setting up a list of params, and then populating the dialog with the controls. parent: parent of all the controls to be generated sizer: sizer in which to add all the grid sizer name: name of the StaticBox that wraps the grid sizer ctrls: dict keyed on param to add the created controls orig: dict keyed on param to store the original values default_getter: optional functor to return a default value for the keyword |
Create the list of classprefs, organized by MRO. Creates a group of StaticBoxes, each one representing the classprefs of a class in the MRO (method resolution order). |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 | http://epydoc.sourceforge.net |