Home | Trees | Index | Help |
|
---|
|
__builtin__.object
:
The most base type
wx.AcceleratorEntry
:
A class used to define items in an wx.AcceleratorTable
.
wx.lib.ogl.ArrowHead
wx.ArtProvider
:
The wx.ArtProvider class is used to customize the look of wxWidgets
application.
wx.BusyCursor
:
Proxy of C++ BusyCursor class
wx.calendar.CalendarDateAttr
:
A set of customization attributes for a calendar date, which can be
used to control the look of the Calendar object.
wx.Caret
:
Proxy of C++ Caret class
wx.ClipboardLocker
:
A helpful class for opening the clipboard and automatically
closing it when the locker is destroyed.
wx.ConfigBase
:
wx.ConfigBase class defines the basic interface of all config
classes.
wx.Config
:
This ConfigBase-derived class will use the registry on Windows,
and will be a wx.FileConfig on other platforms.
wx.FileConfig
:
This config class will use a file for storage on all platforms.
wx.ConfigPathChanger
:
A handy little class which changes current path to the path of given
entry and restores it in the destructoir: so if you declare a local
variable of this type, you work in the entry directory and the path is
automatically restored when the function returns.
wx.lib.ogl.Constraint
:
A Constraint object helps specify how child shapes are laid out with
respect to siblings and parents.
wx.lib.ogl.ConstraintType
wx.CPPFileSystemHandler
:
Proxy of C++ CPPFileSystemHandler class
wx.FileSystemHandler
:
Proxy of C++ FileSystemHandler class
wx.InternetFSHandler
:
Proxy of C++ InternetFSHandler class
wx.MemoryFSHandler
:
Proxy of C++ MemoryFSHandler class
wx.ZipFSHandler
:
Proxy of C++ ZipFSHandler class
wx.DataFormat
:
A wx.DataFormat is an encapsulation of a platform-specific format
handle which is used by the system for the clipboard and drag and drop
operations.
wx.DataObject
:
A wx.DataObject represents data that can be copied to or from the
clipboard, or dragged and dropped.
wx.DataObjectComposite
:
wx.DataObjectComposite is the simplest wx.DataObject
derivation
which may be sued to support multiple formats.
wx.URLDataObject
:
This data object holds a URL in a format that is compatible with some
browsers such that it is able to be dragged to or from them.
wx.DataObjectSimple
:
wx.DataObjectSimple is a wx.DataObject
which only supports one
format.
wx.BitmapDataObject
:
wx.BitmapDataObject is a specialization of wxDataObject for bitmap
data.
wx.PyBitmapDataObject
:
wx.PyBitmapDataObject is a version of wx.BitmapDataObject
that is
Python-aware and knows how to reflect calls to its C++ virtual methods
to methods in the Python derived class.
wx.CustomDataObject
:
wx.CustomDataObject is a specialization of wx.DataObjectSimple
for
some application-specific data in arbitrary format.
wx.FileDataObject
:
wx.FileDataObject is a specialization of wx.DataObjectSimple
for
file names.
wx.MetafileDataObject
:
Proxy of C++ MetafileDataObject class
wx.PyDataObjectSimple
:
wx.PyDataObjectSimple is a version of wx.DataObjectSimple
that is
Python-aware and knows how to reflect calls to its C++ virtual methods
to methods in the Python derived class.
wx.TextDataObject
:
wx.TextDataObject is a specialization of wx.DataObject
for text
data.
wx.PyTextDataObject
:
wx.PyTextDataObject is a version of wx.TextDataObject
that is
Python-aware and knows how to reflect calls to its C++ virtual methods
to methods in the Python derived class.
wx.DateSpan
:
Proxy of C++ DateSpan class
wx.DateTime
:
Proxy of C++ DateTime class
wx.lib.ogl.Diagram
:
Encapsulates an entire diagram, with methods for drawing.
wx.Display
:
Represents a display/monitor attached to the system
wx.lib.ogl.DrawOp
wx.lib.ogl.OpDraw
:
Draw line, rectangle, rounded rectangle, ellipse, point, arc, text.
wx.lib.ogl.OpPolyDraw
:
Draw polygon, polyline, spline.
wx.lib.ogl.OpSetClipping
:
Set/destroy clipping.
wx.lib.ogl.OpSetGDI
:
Set font, brush, text colour.
wx.DropSource
:
Proxy of C++ DropSource class
wx.DropTarget
:
Proxy of C++ DropTarget class
wx.FileDropTarget
:
Proxy of C++ FileDropTarget class
wx.TextDropTarget
:
Proxy of C++ TextDropTarget class
wx.EventLoop
:
Proxy of C++ EventLoop class
wx.FileType
:
Proxy of C++ FileType class
wx.FileTypeInfo
:
Proxy of C++ FileTypeInfo class
wx.FontEnumerator
:
Proxy of C++ FontEnumerator class
wx.FontMapper
:
Proxy of C++ FontMapper class
wx.GBPosition
:
This class represents the position of an item in a virtual grid of
rows and columns managed by a wx.GridBagSizer
.
wx.GBSpan
:
This class is used to hold the row and column spanning attributes of
items in a wx.GridBagSizer
.
wx.grid.GridCellAttr
:
Proxy of C++ GridCellAttr class
wx.grid.GridCellAttrProvider
:
Proxy of C++ GridCellAttrProvider class
wx.grid.PyGridCellAttrProvider
:
Proxy of C++ PyGridCellAttrProvider class
wx.grid.GridCellCoords
:
Proxy of C++ GridCellCoords class
wx.grid.GridCellEditor
:
Proxy of C++ GridCellEditor class
wx.grid.GridCellBoolEditor
:
Proxy of C++ GridCellBoolEditor class
wx.grid.GridCellChoiceEditor
:
Proxy of C++ GridCellChoiceEditor class
wx.grid.GridCellEnumEditor
:
Proxy of C++ GridCellEnumEditor class
wx.grid.GridCellTextEditor
:
Proxy of C++ GridCellTextEditor class
wx.grid.GridCellAutoWrapStringEditor
:
Proxy of C++ GridCellAutoWrapStringEditor class
wx.grid.GridCellFloatEditor
:
Proxy of C++ GridCellFloatEditor class
wx.grid.GridCellNumberEditor
:
Proxy of C++ GridCellNumberEditor class
wx.grid.PyGridCellEditor
:
Proxy of C++ PyGridCellEditor class
wx.lib.sheet.CCellEditor
:
Custom cell editor
wx.grid.GridCellRenderer
:
Proxy of C++ GridCellRenderer class
wx.grid.GridCellBoolRenderer
:
Proxy of C++ GridCellBoolRenderer class
wx.grid.GridCellStringRenderer
:
Proxy of C++ GridCellStringRenderer class
wx.grid.GridCellAutoWrapStringRenderer
:
Proxy of C++ GridCellAutoWrapStringRenderer class
wx.grid.GridCellDateTimeRenderer
:
Proxy of C++ GridCellDateTimeRenderer class
wx.grid.GridCellEnumRenderer
:
Proxy of C++ GridCellEnumRenderer class
wx.grid.GridCellFloatRenderer
:
Proxy of C++ GridCellFloatRenderer class
wx.grid.GridCellNumberRenderer
:
Proxy of C++ GridCellNumberRenderer class
wx.grid.PyGridCellRenderer
:
Proxy of C++ PyGridCellRenderer class
wx.grid.GridTableMessage
:
Proxy of C++ GridTableMessage class
wx.HelpProvider
:
wx.HelpProvider is an abstract class used by a program
implementing context-sensitive help to show the help text for the
given window.
wx.SimpleHelpProvider
:
wx.SimpleHelpProvider is an implementation of wx.HelpProvider
which
supports only plain text help strings, and shows the string associated
with the control (if any) in a tooltip.
wx.html.HtmlBookRecord
:
Proxy of C++ HtmlBookRecord class
wx.html.HtmlContentsItem
:
Proxy of C++ HtmlContentsItem class
wx.html.HtmlHelpData
:
Proxy of C++ HtmlHelpData class
wx.html.HtmlRenderingInfo
:
Proxy of C++ HtmlRenderingInfo class
wx.html.HtmlRenderingState
:
Proxy of C++ HtmlRenderingState class
wx.html.HtmlRenderingStyle
:
Proxy of C++ HtmlRenderingStyle class
wx.html.DefaultHtmlRenderingStyle
:
Proxy of C++ DefaultHtmlRenderingStyle class
wx.html.HtmlSearchStatus
:
Proxy of C++ HtmlSearchStatus class
wx.html.HtmlSelection
:
Proxy of C++ HtmlSelection class
wx.IconBundle
:
Proxy of C++ IconBundle class
wx.IconLocation
:
Proxy of C++ IconLocation class
wx.ImageHistogram
:
Proxy of C++ ImageHistogram class
wx.InputStream
:
Proxy of C++ InputStream class
wx.ItemContainer
:
The wx.ItemContainer class defines an interface which is implemented
by all controls which have string subitems, each of which may be
selected, such as wx.ListBox
, wx.CheckListBox
, wx.Choice
as well
as wx.ComboBox
which implements an extended interface deriving from
this one.
wx.ComboBox
:
A combobox is like a combination of an edit control and a
listbox.
wx.lib.masked.combobox.BaseMaskedComboBox
:
Base class for generic masked edit comboboxes; allows auto-complete of values.
wx.lib.masked.combobox.ComboBox
:
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from.
wx.lib.masked.combobox.PreMaskedComboBox
:
This class exists to support the use of XRC subclassing.
wx.ControlWithItems
:
wx.ControlWithItems combines the wx.ItemContainer class with the
wx.Control class, and is used for the base class of various controls
that have items.
wx.Choice
:
A Choice control is used to select one of a list of strings.
wx.DirFilterListCtrl
:
Proxy of C++ DirFilterListCtrl class
wx.ListBox
:
Proxy of C++ ListBox class
wx.CheckListBox
:
Proxy of C++ CheckListBox class
wx.Joystick
:
Proxy of C++ Joystick class
wx.LanguageInfo
:
Proxy of C++ LanguageInfo class
wx.ListItemAttr
:
Proxy of C++ ListItemAttr class
wx.Locale
:
Proxy of C++ Locale class
wx.Log
:
Proxy of C++ Log class
wx.LogChain
:
Proxy of C++ LogChain class
wx.LogGui
:
Proxy of C++ LogGui class
wx.LogStderr
:
Proxy of C++ LogStderr class
wx.LogTextCtrl
:
Proxy of C++ LogTextCtrl class
wx.LogWindow
:
Proxy of C++ LogWindow class
wx.PyLog
:
Proxy of C++ PyLog class
wx.LogNull
:
Proxy of C++ LogNull class
wx.MimeTypesManager
:
Proxy of C++ MimeTypesManager class
wx.MutexGuiLocker
:
Proxy of C++ MutexGuiLocker class
wx.NativeEncodingInfo
:
Proxy of C++ NativeEncodingInfo class
wx.NativeFontInfo
:
Proxy of C++ NativeFontInfo class
wx.Object
:
The base class for most wx objects, although in wxPython not
much functionality is needed nor exposed.
wx.AcceleratorTable
:
An accelerator table allows the application to specify a table of
keyboard shortcuts for menus or other commands.
wx.BrushList
:
Proxy of C++ BrushList class
wx.BusyInfo
:
Proxy of C++ BusyInfo class
wx.Clipboard
:
wx.Clipboard represents the system clipboard and provides methods to
copy data to it or paste data from it.
wx.Colour
:
A colour is an object representing a combination of Red, Green, and
Blue (RGB) intensity values, and is used to determine drawing colours,
window colours, etc.
wx.ColourData
:
This class holds a variety of information related to the colour
chooser dialog, used to transfer settings and results to and from the
wx.ColourDialog
.
wx.ColourDatabase
:
Proxy of C++ ColourDatabase class
wx.lib.docview.Command
:
wxCommand is a base class for modelling an application command, which is
an action usually performed by selecting a menu item, pressing a toolbar
button or any other means provided by the application to change the data
or view.
wx.lib.docview.CommandProcessor
:
wxCommandProcessor is a class that maintains a history of wxCommands, with
undo/redo functionality built-in.
wx.ContextHelp
:
This class changes the cursor to a query and puts the application into
a 'context-sensitive help mode'.
wx.DC
:
A wx.DC is a device context onto which graphics and text can be
drawn.
wx.ClientDC
:
A wx.ClientDC must be constructed if an application wishes to paint on
the client area of a window from outside an EVT_PAINT event.
wx.MemoryDC
:
A memory device context provides a means to draw graphics onto a
bitmap.
wx.lib.colourchooser.canvas.BitmapBuffer
:
A screen buffer class.
wx.BufferedDC
:
This simple class provides a simple way to avoid flicker: when drawing
on it, everything is in fact first drawn on an in-memory buffer (a
wx.Bitmap
) and then copied to the screen only once, when this object
is destroyed.
wx.BufferedPaintDC
:
This is a subclass of wx.BufferedDC
which can be used inside of an
EVT_PAINT event handler.
wx.MetaFileDC
:
Proxy of C++ MetaFileDC class
wx.MirrorDC
:
wx.MirrorDC is a simple wrapper class which is always associated with a
real wx.DC
object and either forwards all of its operations to it
without changes (no mirroring takes place) or exchanges x and y
coordinates which makes it possible to reuse the same code to draw a
figure and its mirror -- i.e.
wx.PaintDC
:
A wx.PaintDC must be constructed if an application wishes to paint on
the client area of a window from within an EVT_PAINT event
handler.
wx.PostScriptDC
:
This is a wx.DC
that can write to PostScript files on any platform.
wx.PrinterDC
:
Proxy of C++ PrinterDC class
wx.ScreenDC
:
A wxScreenDC can be used to paint anywhere on the screen.
wx.WindowDC
:
A wx.WindowDC must be constructed if an application wishes to paint on
the whole area of a window (client and decorations).
wx.lib.docview.DocTemplate
:
The wxDocTemplate class is used to model the relationship between a
document class and a view class.
wx.lib.pydocview.ChildDocTemplate
:
A ChildDocTemplate is a DocTemplate subclass that enables the creation of ChildDocuments
that represents a portion of a Document.
wx.DragImage
:
Proxy of C++ DragImage class
wx.Effects
:
Proxy of C++ Effects class
wx.EncodingConverter
:
Proxy of C++ EncodingConverter class
wx.Event
:
An event is a structure holding information about an event passed to a
callback or member function.
wx.ActivateEvent
:
Proxy of C++ ActivateEvent class
wx.CalculateLayoutEvent
:
Proxy of C++ CalculateLayoutEvent class
wx.CloseEvent
:
Proxy of C++ CloseEvent class
wx.CommandEvent
:
This event class contains information about command events, which
originate from a variety of simple controls, as well as menus and
toolbars.
wx.ChildFocusEvent
:
Proxy of C++ ChildFocusEvent class
wx.ContextMenuEvent
:
Proxy of C++ ContextMenuEvent class
wx.DateEvent
:
Proxy of C++ DateEvent class
wx.calendar.CalendarEvent
:
Proxy of C++ CalendarEvent class
wx.gizmos.DynamicSashSplitEvent
:
Proxy of C++ DynamicSashSplitEvent class
wx.gizmos.DynamicSashUnifyEvent
:
Proxy of C++ DynamicSashUnifyEvent class
wx.FindDialogEvent
:
Events for the FindReplaceDialog
wx.grid.GridEditorCreatedEvent
:
Proxy of C++ GridEditorCreatedEvent class
wx.HelpEvent
:
A help event is sent when the user has requested context-sensitive
help.
wx.NotifyEvent
:
An instance of this class (or one of its derived classes) is sent from
a control when the control's state is being changed and the control
allows that change to be prevented from happening.
wx.BookCtrlBaseEvent
:
Proxy of C++ BookCtrlBaseEvent class
wx.ChoicebookEvent
:
Proxy of C++ ChoicebookEvent class
wx.ListbookEvent
:
Proxy of C++ ListbookEvent class
wx.NotebookEvent
:
Proxy of C++ NotebookEvent class
wx.grid.GridEvent
:
Proxy of C++ GridEvent class
wx.grid.GridRangeSelectEvent
:
Proxy of C++ GridRangeSelectEvent class
wx.grid.GridSizeEvent
:
Proxy of C++ GridSizeEvent class
wx.ListEvent
:
Proxy of C++ ListEvent class
wx.SpinEvent
:
Proxy of C++ SpinEvent class
wx.SplitterEvent
:
This class represents the events generated by a splitter control.
wx.TreeEvent
:
Proxy of C++ TreeEvent class
wx.wizard.WizardEvent
:
Proxy of C++ WizardEvent class
wx.PyCommandEvent
:
Proxy of C++ PyCommandEvent class
wx.lib.foldpanelbar.CaptionBarEvent
wx.lib.colourselect.ColourSelectEvent
wx.lib.buttons.GenButtonEvent
wx.lib.gridmovers.GridColMoveEvent
wx.lib.gridmovers.GridRowMoveEvent
wx.lib.intctrl.IntUpdatedEvent
wx.lib.masked.combobox.MaskedComboBoxSelectEvent
:
Because calling SetSelection programmatically does not fire EVT_COMBOBOX
events, the derived control has to do it itself when it auto-completes.
wx.lib.mvctree.MVCTreeEvent
wx.lib.masked.numctrl.NumberUpdatedEvent
:
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
wx.lib.masked.timectrl.TimeUpdatedEvent
:
Used to fire an EVT_TIMEUPDATE event whenever the value in a TimeCtrl changes.
wx.SashEvent
:
Proxy of C++ SashEvent class
wx.ScrollEvent
:
A scroll event holds information about events sent from stand-alone
scrollbars and sliders.
wx.stc.StyledTextEvent
:
Proxy of C++ StyledTextEvent class
wx.TextUrlEvent
:
Proxy of C++ TextUrlEvent class
wx.UpdateUIEvent
:
Proxy of C++ UpdateUIEvent class
wx.WindowCreateEvent
:
Proxy of C++ WindowCreateEvent class
wx.WindowDestroyEvent
:
Proxy of C++ WindowDestroyEvent class
wx.DisplayChangedEvent
:
Proxy of C++ DisplayChangedEvent class
wx.DropFilesEvent
:
Proxy of C++ DropFilesEvent class
wx.EraseEvent
:
Proxy of C++ EraseEvent class
wx.FocusEvent
:
Proxy of C++ FocusEvent class
wx.IconizeEvent
:
Proxy of C++ IconizeEvent class
wx.IdleEvent
:
Proxy of C++ IdleEvent class
wx.InitDialogEvent
:
Proxy of C++ InitDialogEvent class
wx.JoystickEvent
:
Proxy of C++ JoystickEvent class
wx.KeyEvent
:
Proxy of C++ KeyEvent class
wx.MaximizeEvent
:
Proxy of C++ MaximizeEvent class
wx.MenuEvent
:
Proxy of C++ MenuEvent class
wx.MouseCaptureChangedEvent
:
Proxy of C++ MouseCaptureChangedEvent class
wx.MouseEvent
:
This event class contains information about the events generated by
the mouse: they include mouse buttons press and release events and
mouse move events.
wx.MoveEvent
:
Proxy of C++ MoveEvent class
wx.NavigationKeyEvent
:
Proxy of C++ NavigationKeyEvent class
wx.NcPaintEvent
:
Proxy of C++ NcPaintEvent class
wx.PaintEvent
:
Proxy of C++ PaintEvent class
wx.PaletteChangedEvent
:
Proxy of C++ PaletteChangedEvent class
wx.ProcessEvent
:
Proxy of C++ ProcessEvent class
wx.PyEvent
:
Proxy of C++ PyEvent class
wx.QueryLayoutInfoEvent
:
Proxy of C++ QueryLayoutInfoEvent class
wx.QueryNewPaletteEvent
:
Proxy of C++ QueryNewPaletteEvent class
wx.ScrollWinEvent
:
A wx.ScrollWinEvent holds information about scrolling and is sent from
scrolling windows.
wx.SetCursorEvent
:
Proxy of C++ SetCursorEvent class
wx.ShowEvent
:
Proxy of C++ ShowEvent class
wx.SizeEvent
:
Proxy of C++ SizeEvent class
wx.SysColourChangedEvent
:
Proxy of C++ SysColourChangedEvent class
wx.TaskBarIconEvent
:
Proxy of C++ TaskBarIconEvent class
wx.TimerEvent
:
Proxy of C++ TimerEvent class
wx.EvtHandler
:
Proxy of C++ EvtHandler class
wx.lib.docview.DocManager
:
The wxDocManager class is part of the document/view framework supported by
wxWindows, and cooperates with the wxView, wxDocument and wxDocTemplate
classes.
wx.lib.pydocview.DocService
:
An abstract class used to add reusable services to a docview application.
wx.lib.pydocview.AboutService
:
About Dialog Service that installs under the Help menu to show the properties of the current application.
wx.lib.pydocview.DocOptionsService
:
A service that implements an options menu item and an options dialog with
notebook tabs.
wx.lib.pydocview.FilePropertiesService
:
Service that installs under the File menu to show the properties of the file associated
with the current document.
wx.lib.pydocview.WindowMenuService
:
The WindowMenuService is a service that implements a standard Window menu that is used
by the DocSDIFrame.
wx.lib.docview.Document
:
The document class can be used to model an application's file-based data.
wx.lib.pydocview.ChildDocument
:
A ChildDocument is a document that represents a portion of a Document.
wx.lib.gridmovers.GridColMover
wx.lib.gridmovers.GridRowMover
wx.Menu
:
Proxy of C++ Menu class
wx.Process
:
Proxy of C++ Process class
wx.PyApp
:
The wx.PyApp class is an implementation detail, please use the
wx.App
class (or some other derived class) instead.
wx.App
:
The wx.App class represents the application and is used to:
wx.py.PyAlaCarte.App
:
PyAlaCarte standalone application.
wx.py.PyAlaMode.App
:
PyAlaMode standalone application.
wx.py.PyAlaModeTest.App
:
PyAlaModeTest standalone application.
wx.py.PyCrust.App
:
PyCrust standalone application.
wx.py.PyShell.App
:
PyShell standalone application.
wx.py.filling.App
:
PyFilling standalone application.
wx.PySimpleApp
:
A simple application class.
wx.lib.pydocview.DocApp
:
The DocApp class serves as the base class for pydocview applications and offers
functionality such as services, creation of SDI and MDI frames, show tips,
and a splash screen.
wx.PyWidgetTester
wx.TaskBarIcon
:
Proxy of C++ TaskBarIcon class
wx.Timer
:
Proxy of C++ Timer class
wx.Validator
:
Proxy of C++ Validator class
wx.PyValidator
:
Proxy of C++ PyValidator class
wx.lib.intctrl.IntValidator
:
Validator class used with IntCtrl; handles all validation of input
prior to changing the value of the underlying wx.TextCtrl.
wx.lib.docview.View
:
The view class can be used to model the viewing and editing component of
an application's file-based data.
wx.Window
:
wx.Window is the base class for all windows and represents any visible
object on the screen.
wx.lib.colourchooser.canvas.Canvas
:
A canvas class for arbitrary drawing.
wx.lib.colourchooser.pycolourslider.PyColourSlider
:
A Pure-Python Colour Slider
wx.lib.colourchooser.pypalette.PyPalette
:
The Pure-Python Palette
wx.lib.foldpanelbar.CaptionBar
wx.lib.gridmovers.ColDragWindow
wx.Control
:
This is the base class for a control or 'widget'.
wx.BookCtrlBase
:
Proxy of C++ BookCtrlBase class
wx.Choicebook
:
Proxy of C++ Choicebook class
wx.Listbook
:
Proxy of C++ Listbook class
wx.Notebook
:
Proxy of C++ Notebook class
wx.py.editor.EditorNotebook
:
A notebook containing a page for each editor.
wx.py.editor.EditorShellNotebook
:
A notebook containing an editor page and a shell page.
wx.Button
:
A button is a control that contains a text string, and is one of the most
common elements of a GUI.
wx.BitmapButton
:
A Button that contains a bitmap.
wx.lib.colourselect.ColourSelect
wx.ContextHelpButton
:
Instances of this class may be used to add a question mark button that
when pressed, puts the application into context-help mode.
wx.lib.foldmenu.FoldOutMenu
wx.calendar.CalendarCtrl
:
The calendar control allows the user to pick a date interactively.
wx.CheckBox
:
A checkbox is a labelled box which by default is either on (the
checkmark is visible) or off (no checkmark).
wx.ComboBox
:
A combobox is like a combination of an edit control and a
listbox.
wx.lib.masked.combobox.BaseMaskedComboBox
:
Base class for generic masked edit comboboxes; allows auto-complete of values.
wx.lib.masked.combobox.ComboBox
:
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from.
wx.lib.masked.combobox.PreMaskedComboBox
:
This class exists to support the use of XRC subclassing.
wx.ControlWithItems
:
wx.ControlWithItems combines the wx.ItemContainer class with the
wx.Control class, and is used for the base class of various controls
that have items.
wx.Choice
:
A Choice control is used to select one of a list of strings.
wx.DirFilterListCtrl
:
Proxy of C++ DirFilterListCtrl class
wx.ListBox
:
Proxy of C++ ListBox class
wx.CheckListBox
:
Proxy of C++ CheckListBox class
wx.DatePickerCtrl
:
This control allows the user to select a date.
wx.Gauge
:
Proxy of C++ Gauge class
wx.GenericDirCtrl
:
Proxy of C++ GenericDirCtrl class
wx.gizmos.LEDNumberCtrl
:
Proxy of C++ LEDNumberCtrl class
wx.ListCtrl
:
Proxy of C++ ListCtrl class
wx.ListView
:
Proxy of C++ ListView class
wx.PyControl
:
Proxy of C++ PyControl class
wx.RadioBox
:
Proxy of C++ RadioBox class
wx.RadioButton
:
Proxy of C++ RadioButton class
wx.ScrollBar
:
Proxy of C++ ScrollBar class
wx.Slider
:
Proxy of C++ Slider class
wx.SpinButton
:
Proxy of C++ SpinButton class
wx.SpinCtrl
:
Proxy of C++ SpinCtrl class
wx.StaticBitmap
:
Proxy of C++ StaticBitmap class
wx.StaticBox
:
Proxy of C++ StaticBox class
wx.StaticLine
:
Proxy of C++ StaticLine class
wx.gizmos.StaticPicture
:
Proxy of C++ StaticPicture class
wx.StaticText
:
Proxy of C++ StaticText class
wx.stc.StyledTextCtrl
:
Proxy of C++ StyledTextCtrl class
wx.py.editwindow.EditWindow
:
EditWindow based on StyledTextCtrl.
wx.py.crust.Display
:
STC used to display an object using Pretty Print.
wx.py.editor.EditWindow
:
EditWindow based on StyledTextCtrl.
wx.py.filling.FillingText
:
FillingText based on StyledTextCtrl.
wx.py.shell.Shell
:
Shell based on StyledTextCtrl.
wx.lib.pyshell.PyShellWindow
wx.TextCtrl
:
Proxy of C++ TextCtrl class
wx.lib.masked.textctrl.BaseMaskedTextCtrl
:
This is the primary derivation from MaskedEditMixin.
wx.lib.masked.ipaddrctrl.IpAddrCtrl
:
This class is a particular type of MaskedTextCtrl that accepts
and understands the semantics of IP addresses, reformats input
as you move from field to field, and accepts '.' as a navigation
character, so that typing an IP address can be done naturally.
wx.lib.masked.numctrl.NumCtrl
:
Masked edit control supporting "native" numeric values, ie.
wx.lib.masked.textctrl.PreMaskedTextCtrl
:
This class exists to support the use of XRC subclassing.
wx.lib.masked.textctrl.TextCtrl
:
The "user-visible" masked text control; it is identical to the
BaseMaskedTextCtrl class it's derived from.
wx.lib.masked.timectrl.TimeCtrl
:
Masked control providing several time formats and manipulation of time values.
wx.py.crust.Calltip
:
Text control containing the most recent shell calltip.
wx.lib.sheet.CTextCellEditor
:
Custom text control for cell editing
wx.py.crust.DispatcherListing
:
Text control containing all dispatches for session.
wx.lib.intctrl.IntCtrl
:
This class provides a control that takes and returns integers as
value, and provides bounds support and optional value limiting.
wx.lib.rightalign.RightTextCtrl
wx.py.crust.SessionListing
:
Text control containing all commands for session.
wx.ToggleButton
:
Proxy of C++ ToggleButton class
wx.ToolBarBase
:
Proxy of C++ ToolBarBase class
wx.ToolBar
:
Proxy of C++ ToolBar class
wx.TreeCtrl
:
Proxy of C++ TreeCtrl class
wx.py.filling.FillingTree
:
FillingTree based on TreeCtrl.
wx.gizmos.RemotelyScrolledTreeCtrl
:
Proxy of C++ RemotelyScrolledTreeCtrl class
wx.gizmos.TreeListCtrl
:
Proxy of C++ TreeListCtrl class
wx.gizmos.DynamicSashWindow
:
Proxy of C++ DynamicSashWindow class
wx.lib.multisash.EmptyChild
wx.glcanvas.GLCanvas
:
Proxy of C++ GLCanvas class
wx.lib.imagebrowser.ImageView
wx.MDIClientWindow
:
Proxy of C++ MDIClientWindow class
wx.MenuBar
:
Proxy of C++ MenuBar class
wx.lib.multisash.MultiClient
wx.lib.multisash.MultiCloser
wx.lib.multisash.MultiCreator
wx.lib.multisash.MultiSash
wx.lib.multisash.MultiSizer
wx.lib.multisash.MultiSplit
wx.lib.multisash.MultiViewLeaf
wx.Panel
:
Proxy of C++ Panel class
wx.lib.pydocview.DocTabbedChildFrame
:
The wxDocMDIChildFrame class provides a default frame for displaying
documents on separate windows.
wx.gizmos.EditableListBox
:
Proxy of C++ EditableListBox class
wx.lib.filebrowsebutton.FileBrowseButton
:
A control to allow the user to type in a filename or browse with
the standard file dialog to select file
wx.lib.filebrowsebutton.DirBrowseButton
wx.lib.filebrowsebutton.FileBrowseButtonWithHistory
:
__init__(..., history=None)
wx.lib.floatcanvas.FloatCanvas.FloatCanvas
:
FloatCanvas.py
wx.lib.foldpanelbar.FoldPanelBar
wx.lib.foldpanelbar.FoldPanelItem
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.
wx.lib.floatcanvas.NavCanvas.NavCanvas
:
NavCanvas.py
wx.NotebookPage
:
There is an old (and apparently unsolvable) bug when placing a
window with a nonstandard background colour in a wx.Notebook on
wxGTK1, as the notbooks's background colour would always be used
when the window is refreshed.
wx.PreviewControlBar
:
Proxy of C++ PreviewControlBar class
wx.PyPreviewControlBar
:
Proxy of C++ PyPreviewControlBar class
wx.lib.colourchooser.pycolourbox.PyColourBox
:
A Colour Selection Box
wx.lib.colourchooser.pycolourchooser.PyColourChooser
:
A Pure-Python implementation of the colour chooser dialog.
wx.PyPanel
:
Proxy of C++ PyPanel class
wx.lib.throbber.Throbber
:
The first argument is either the name of a file that will be split into frames
(a composite image) or a list of strings of image names that will be treated
as individual frames.
wx.lib.shell.PyShell
:
interactive Python shell with wxPython interface
wx.lib.shell.PyShellInput
:
PyShell input window
wx.lib.shell.PyShellOutput
:
PyShell output window
wx.ScrolledWindow
:
Proxy of C++ ScrolledWindow class
wx.lib.editor.editor.Editor
wx.grid.Grid
:
Proxy of C++ Grid class
wx.html.HtmlWindow
:
Proxy of C++ HtmlWindow class
wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow
:
Class for a wxHtmlWindow which responds to clicks on links by opening a
browser pointed at that link, and to shift-clicks by copying the link
to the clipboard.
wx.lib.mvctree.MVCTree
:
The main mvc tree class.
wx.PreviewCanvas
:
Proxy of C++ PreviewCanvas class
wx.lib.printout.PrintTableDraw
wx.PyScrolledWindow
:
Proxy of C++ PyScrolledWindow class
wx.lib.scrolledpanel.ScrolledPanel
:
ScrolledPanel fills a "hole" in the implementation of
wx.ScrolledWindow, providing automatic scrollbar and scrolling
behavior and the tab traversal management that wxScrolledWindow
lacks.
wx.lib.ogl.ShapeCanvas
wx.gizmos.SplitterScrolledWindow
:
Proxy of C++ SplitterScrolledWindow class
wx.VScrolledWindow
:
Proxy of C++ VScrolledWindow class
wx.VListBox
:
Proxy of C++ VListBox class
wx.HtmlListBox
:
Proxy of C++ HtmlListBox class
wx.wizard.WizardPage
:
Proxy of C++ WizardPage class
wx.wizard.PyWizardPage
:
Proxy of C++ PyWizardPage class
wx.wizard.WizardPageSimple
:
Proxy of C++ WizardPageSimple class
wx.lib.plot.PlotCanvas
:
Subclass of a wx.Window to allow simple general plotting
of data with zoom, labels, and automatic axis scaling.
wx.lib.wxPlotCanvas.PlotCanvas
wx.PopupWindow
:
Proxy of C++ PopupWindow class
wx.lib.foldmenu.FoldOutWindow
wx.PopupTransientWindow
:
Proxy of C++ PopupTransientWindow class
wx.TipWindow
:
Proxy of C++ TipWindow class
wx.PyWindow
:
Proxy of C++ PyWindow class
wx.lib.analogclock.AnalogClockWindow
:
An analog clock window
wx.lib.gridmovers.RowDragWindow
wx.SashWindow
:
Proxy of C++ SashWindow class
wx.SashLayoutWindow
:
Proxy of C++ SashLayoutWindow class
wx.SplashScreenWindow
:
Proxy of C++ SplashScreenWindow class
wx.SplitterWindow
:
wx.SplitterWindow manages up to two subwindows or panes, with an
optional vertical or horizontal split which can be used with the mouse
or programmatically.
wx.py.crust.Crust
:
Crust based on SplitterWindow.
wx.py.filling.Filling
:
Filling based on wxSplitterWindow.
wx.gizmos.ThinSplitterWindow
:
Proxy of C++ ThinSplitterWindow class
wx.StatusBar
:
Proxy of C++ StatusBar class
wx.TopLevelWindow
:
Proxy of C++ TopLevelWindow class
wx.Dialog
:
Proxy of C++ Dialog class
wx.lib.pydocview.AboutDialog
:
Opens an AboutDialog.
wx.lib.calendar.CalenDlg
wx.ColourDialog
:
This class represents the colour chooser dialog.
wx.DirDialog
:
wx.DirDialog allows the user to select a directory by browising the
file system.
wx.FileDialog
:
wx.FileDialog allows the user to select one or more files from the
filesystem.
wx.lib.pydocview.FilePropertiesDialog
:
Dialog that shows the properties of a file.
wx.FindReplaceDialog
:
wx.FindReplaceDialog is a standard modeless dialog which is used to
allow the user to search for some text (and possibly replace it with
something else).
wx.FontDialog
:
wx.FontDialog allows the user to select a system font and its attributes.
wx.lib.imagebrowser.ImageDialog
wx.MessageDialog
:
This class provides a simple dialog that shows a single or multi-line
message, with a choice of OK, Yes, No and/or Cancel buttons.
wx.MultiChoiceDialog
:
A simple dialog with a multi selection listbox.
wx.lib.dialogs.MultipleChoiceDialog
wx.lib.pydocview.OptionsDialog
:
A default options dialog used by the OptionsService that hosts a notebook
tab of options panels.
wx.lib.popupctl.PopupDialog
wx.lib.dialogs.ScrolledMessageDialog
wx.SingleChoiceDialog
:
A simple dialog with a single selection listbox.
wx.TextEntryDialog
:
A dialog with text control, [ok] and [cancel] buttons
wx.PasswordEntryDialog
:
Proxy of C++ PasswordEntryDialog class
wx.wizard.Wizard
:
Proxy of C++ Wizard class
wx.Frame
:
Proxy of C++ Frame class
wx.lib.analogclockopts.ACCustomizationFrame
wx.lib.docview.DocChildFrame
:
The wxDocChildFrame class provides a default frame for displaying
documents on separate windows.
wx.lib.pydocview.DocSDIFrame
:
The DocSDIFrame host DocManager Document windows.
wx.lib.docview.DocParentFrame
:
The wxDocParentFrame class provides a default top-level frame for
applications using the document/view framework.
wx.lib.pydocview.DocTabbedParentFrame
:
The DocTabbedParentFrame class provides a default top-level frame for
applications using the document/view framework.
wx.py.filling.FillingFrame
:
Frame containing the namespace tree component.
wx.py.frame.Frame
:
Frame with standard menu items.
wx.py.crust.CrustFrame
:
Frame containing all the PyCrust components.
wx.py.editor.EditorFrame
:
Frame containing one editor.
wx.py.editor.EditorNotebookFrame
:
Frame containing one or more editors in a notebook.
wx.py.editor.EditorShellNotebookFrame
:
Frame containing a notebook containing EditorShellNotebooks.
wx.py.shell.ShellFrame
:
Frame containing the shell component.
wx.html.HtmlHelpFrame
:
Proxy of C++ HtmlHelpFrame class
wx.MDIChildFrame
:
Proxy of C++ MDIChildFrame class
wx.lib.docview.DocMDIChildFrame
:
The wxDocMDIChildFrame class provides a default frame for displaying
documents on separate windows.
wx.lib.pydocview.DocMDIChildFrame
:
The wxDocMDIChildFrame class provides a default frame for displaying
documents on separate windows.
wx.MDIParentFrame
:
Proxy of C++ MDIParentFrame class
wx.lib.docview.DocMDIParentFrame
:
The wxDocMDIParentFrame class provides a default top-level frame for
applications using the document/view framework.
wx.lib.pydocview.DocMDIParentFrame
:
The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows.
wx.MiniFrame
:
Proxy of C++ MiniFrame class
wx.PreviewFrame
:
Proxy of C++ PreviewFrame class
wx.PyPreviewFrame
:
Proxy of C++ PyPreviewFrame class
wx.ProgressDialog
:
A dialog that shows a short message and a progress bar.
wx.SplashScreen
:
Proxy of C++ SplashScreen class
wx.lib.splashscreen.SplashScreen
wx.lib.plot.TestFrame
wx.gizmos.TreeCompanionWindow
:
Proxy of C++ TreeCompanionWindow class
wx.FileHistory
:
Proxy of C++ FileHistory class
wx.FileSystem
:
Proxy of C++ FileSystem class
wx.FindReplaceData
:
wx.FindReplaceData holds the data for wx.FindReplaceDialog.
wx.FontData
:
This class holds a variety of information related to font dialogs and
is used to transfer settings to and results from a wx.FontDialog
.
wx.FontList
:
Proxy of C++ FontList class
wx.FSFile
:
Proxy of C++ FSFile class
wx.GDIObject
:
Proxy of C++ GDIObject class
wx.Bitmap
:
The wx.Bitmap class encapsulates the concept of a platform-dependent
bitmap.
wx.Brush
:
A brush is a drawing tool for filling in areas.
wx.Cursor
:
A cursor is a small bitmap usually used for denoting where the mouse
pointer is, with a picture that might indicate the interpretation of a
mouse click.
wx.Font
:
Proxy of C++ Font class
wx.Icon
:
Proxy of C++ Icon class
wx.Palette
:
Proxy of C++ Palette class
wx.Pen
:
Proxy of C++ Pen class
wx.Region
:
Proxy of C++ Region class
wx.glcanvas.GLContext
:
Proxy of C++ GLContext class
wx.grid.GridTableBase
:
Proxy of C++ GridTableBase class
wx.grid.GridStringTable
:
Proxy of C++ GridStringTable class
wx.grid.PyGridTableBase
:
Proxy of C++ PyGridTableBase class
wx.html.HtmlCell
:
Proxy of C++ HtmlCell class
wx.html.HtmlColourCell
:
Proxy of C++ HtmlColourCell class
wx.html.HtmlContainerCell
:
Proxy of C++ HtmlContainerCell class
wx.html.HtmlFontCell
:
Proxy of C++ HtmlFontCell class
wx.html.HtmlWidgetCell
:
Proxy of C++ HtmlWidgetCell class
wx.html.HtmlWordCell
:
Proxy of C++ HtmlWordCell class
wx.html.HtmlDCRenderer
:
Proxy of C++ HtmlDCRenderer class
wx.html.HtmlEasyPrinting
:
Proxy of C++ HtmlEasyPrinting class
wx.html.HtmlFilter
:
Proxy of C++ HtmlFilter class
wx.html.HtmlHelpController
:
Proxy of C++ HtmlHelpController class
wx.html.HtmlLinkInfo
:
Proxy of C++ HtmlLinkInfo class
wx.html.HtmlParser
:
Proxy of C++ HtmlParser class
wx.html.HtmlWinParser
:
Proxy of C++ HtmlWinParser class
wx.html.HtmlTag
:
Proxy of C++ HtmlTag class
wx.html.HtmlTagHandler
:
Proxy of C++ HtmlTagHandler class
wx.html.HtmlWinTagHandler
:
Proxy of C++ HtmlWinTagHandler class
wx.Image
:
Proxy of C++ Image class
wx.ImageHandler
:
This is the base class for implementing image file loading/saving, and
image creation from data.
wx.BMPHandler
:
A wx.ImageHandler
for *.bmp bitmap files.
wx.ICOHandler
:
A wx.ImageHandler
for *.ico icon files.
wx.CURHandler
:
A wx.ImageHandler
for *.cur cursor files.
wx.ANIHandler
:
A wx.ImageHandler
for *.ani animated cursor files.
wx.GIFHandler
:
A wx.ImageHandler
for GIF image files.
wx.JPEGHandler
:
A wx.ImageHandler
for JPEG/JPG image files.
wx.PCXHandler
:
A wx.ImageHandler
for PCX imager files.
wx.PNGHandler
:
A wx.ImageHandler
for PNG image files.
wx.PNMHandler
:
A wx.ImageHandler
for PNM image files.
wx.TIFFHandler
:
A wx.ImageHandler
for TIFF image files.
wx.XPMHandler
:
A wx.ImageHandler
for XPM image.
wx.ImageList
:
Proxy of C++ ImageList class
wx.IndividualLayoutConstraint
:
Objects of this class are stored in the wx.LayoutConstraints
class as
one of eight possible constraints that a window can be involved in.
wx.LayoutAlgorithm
:
Proxy of C++ LayoutAlgorithm class
wx.LayoutConstraints
:
Note: constraints are now deprecated and you should use sizers
instead.
wx.lib.anchors.LayoutAnchors
:
A class that implements Delphi's Anchors with wx.LayoutConstraints.
wx.lib.layoutf.Layoutf
:
The class Layoutf(wxLayoutConstraints) presents a simplification
of the wxLayoutConstraints syntax.
wx.ListItem
:
Proxy of C++ ListItem class
wx.Mask
:
This class encapsulates a monochrome mask bitmap, where the masked
area is black and the unmasked area is white.
wx.MenuItem
:
Proxy of C++ MenuItem class
wx.MetaFile
:
Proxy of C++ MetaFile class
wx.PageSetupDialog
:
Proxy of C++ PageSetupDialog class
wx.PageSetupDialogData
:
Proxy of C++ PageSetupDialogData class
wx.PenList
:
Proxy of C++ PenList class
wx.PrintData
:
Proxy of C++ PrintData class
wx.PrintDialog
:
Proxy of C++ PrintDialog class
wx.PrintDialogData
:
Proxy of C++ PrintDialogData class
wx.Printer
:
Proxy of C++ Printer class
wx.Printout
:
Proxy of C++ Printout class
wx.lib.docview.DocPrintout
:
DocPrintout is a default Printout that prints the first page of a document
view.
wx.html.HtmlPrintout
:
Proxy of C++ HtmlPrintout class
wx.lib.plot.PlotPrintout
:
Controls how the plot is made in printing and previewing
wx.lib.printout.SetPrintout
wx.PrintPreview
:
Proxy of C++ PrintPreview class
wx.PyPrintPreview
:
Proxy of C++ PyPrintPreview class
wx.RegionIterator
:
Proxy of C++ RegionIterator class
wx.Sizer
:
wx.Sizer is the abstract base class used for laying out subwindows in
a window.
wx.BookCtrlSizer
:
Proxy of C++ BookCtrlSizer class
wx.BoxSizer
:
The basic idea behind a box sizer is that windows will most often be
laid out in rather simple basic geometry, typically in a row or a
column or nested hierarchies of either.
wx.StaticBoxSizer
:
wx.StaticBoxSizer derives from and functions identically to the
wx.BoxSizer
and adds a wx.StaticBox
around the items that the sizer
manages.
wx.StdDialogButtonSizer
:
A special sizer that knows how to order and position standard buttons
in order to conform to the current platform's standards.
wx.GridSizer
:
A grid sizer is a sizer which lays out its children in a
two-dimensional table with all cells having the same size.
wx.FlexGridSizer
:
A flex grid sizer is a sizer which lays out its children in a
two-dimensional table with all table cells in one row having the same
height and all cells in one column having the same width, but all
rows or all columns are not necessarily the same height or width as in
the wx.GridSizer
.
wx.GridBagSizer
:
A wx.Sizer
that can lay out items in a virtual grid like a
wx.FlexGridSizer
but in this case explicit positioning of the items
is allowed using wx.GBPosition
, and items can optionally span more
than one row and/or column using wx.GBSpan
.
wx.NotebookSizer
:
Proxy of C++ NotebookSizer class
wx.PySizer
:
wx.PySizer is a special version of wx.Sizer
that has been
instrumented to allow the C++ virtual methods to be overloaded in
Python derived classes.
wx.SizerItem
:
The wx.SizerItem class is used to track the position, size and other
attributes of each item managed by a wx.Sizer
.
wx.GBSizerItem
:
The wx.GBSizerItem class is used to track the additional data about
items in a wx.GridBagSizer
such as the item's position in the grid
and how many rows or columns it spans.
wx.SystemOptions
:
Proxy of C++ SystemOptions class
wx.ToolBarToolBase
:
Proxy of C++ ToolBarToolBase class
wx.ToolTip
:
Proxy of C++ ToolTip class
wx.gizmos.TreeListColumnInfo
:
Proxy of C++ TreeListColumnInfo class
wx.xrc.XmlDocument
:
Proxy of C++ XmlDocument class
wx.xrc.XmlResource
:
Proxy of C++ XmlResource class
wx.xrc.XmlResourceHandler
:
Proxy of C++ XmlResourceHandler class
wx.OutputStream
:
Proxy of C++ OutputStream class
wx.Point
:
A data structure for representing a point or position with integer x
and y properties.
wx.Point2D
:
wx.Point2Ds represent a point or a vector in a 2d coordinate system
with floating point values.
wx.PropagateOnce
:
A helper class that will temporarily lower propagation level of an
event.
wx.PropagationDisabler
:
Helper class to temporarily change an event not to propagate.
wx.lib.ogl.PseudoMetaFile
:
A simple metafile-like class which can load data from a Windows
metafile on all platforms.
wx.PyEventBinder
:
Instances of this class are used to bind specific events to event
handlers.
wx.Quantize
:
Performs quantization, or colour reduction, on a wxImage.
wx.RealPoint
:
A data structure for representing a point or position with floating
point x and y properties.
wx.Rect
:
A class for representing and manipulating rectangles.
wx.lib.ogl.ShapeEvtHandler
wx.lib.ogl.Shape
:
OGL base class
wx.lib.ogl.EllipseShape
:
The EllipseShape behaves similarly to the RectangleShape but is
elliptical.
wx.lib.ogl.CircleShape
:
An EllipseShape whose width and height are the same.
wx.lib.ogl.LineShape
:
LineShape may be attached to two nodes;
it may be segmented, in which case a control point is drawn for each joint.
wx.lib.ogl.PolygonShape
:
A PolygonShape's shape is defined by a number of points passed to
the object's constructor.
wx.lib.ogl.RectangleShape
:
The wxRectangleShape has rounded or square corners.
wx.lib.ogl.BitmapShape
:
Draws a bitmap (non-resizable).
wx.lib.ogl.CompositeShape
:
This is an object with a list of child objects, and a list of size
and positioning constraints between the children.
wx.lib.ogl.DivisionShape
:
A division shape is like a composite in that it can contain further
objects, but is used exclusively to divide another shape into regions,
or divisions.
wx.lib.ogl.ControlPoint
wx.lib.ogl.DividedShape
:
A DividedShape is a rectangle with a number of vertical divisions.
wx.lib.ogl.DrawnShape
:
Draws a pseudo-metafile shape, which can be loaded from a simple
Windows metafile.
wx.lib.ogl.LabelShape
wx.lib.ogl.TextShape
:
As wxRectangleShape, but only the text is displayed.
wx.lib.ogl.ShapeRegion
:
Object region.
wx.lib.ogl.ShapeTextLine
wx.SingleInstanceChecker
:
Proxy of C++ SingleInstanceChecker class
wx.Size
:
wx.Size is a useful data structure used to represent the size of
something.
wx.Sound
:
Proxy of C++ Sound class
wx.StandardPaths
:
wx.StandardPaths returns the standard locations in the file system and
should be used by the programs to find their data files in a portable
way.
wx.StopWatch
:
Proxy of C++ StopWatch class
wx.SystemSettings
:
Proxy of C++ SystemSettings class
wx.TextAttr
:
Proxy of C++ TextAttr class
wx.TimerRunner
:
Proxy of C++ TimerRunner class
wx.TimeSpan
:
Proxy of C++ TimeSpan class
wx.TipProvider
:
Proxy of C++ TipProvider class
wx.PyTipProvider
:
Proxy of C++ PyTipProvider class
wx.TreeItemData
:
Proxy of C++ TreeItemData class
wx.TreeItemId
:
Proxy of C++ TreeItemId class
__builtin__.type
:
type(object) -> the object's type
type(name, bases, dict) -> a new type
wx.VideoMode
:
A simple struct containing video mode parameters for a display
wx.VisualAttributes
:
struct containing all the visual attributes of a control
wx.WindowDisabler
:
Proxy of C++ WindowDisabler class
wx.xrc.XmlNode
:
Proxy of C++ XmlNode class
wx.xrc.XmlProperty
:
Proxy of C++ XmlProperty class
wx.xrc.XmlSubclassFactory
:
Proxy of C++ XmlSubclassFactory class
code.InteractiveInterpreter
:
Base class for InteractiveConsole.
wx.py.interpreter.Interpreter
:
Interpreter based on code.InteractiveInterpreter.
wx.py.interpreter.InterpreterAlaCarte
:
Demo Interpreter.
wx.lib.pyshell.PyShellWindow
distutils.cmd.Command
:
Abstract base class for defining command classes, the "worker bees"
of the Distutils.
exceptions.Exception
:
Common base class for all exceptions.
wx.py.dispatcher.DispatcherError
wx.lib.floatcanvas.FloatCanvas.FloatCanvasError
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.AssertionError
:
Assertion failed.
exceptions.AttributeError
:
Attribute not found.
exceptions.RuntimeError
:
Unspecified run-time error.
wx.FutureCall
:
A convenience class for wx.Timer
, that calls the given callable
object once after the given amount of milliseconds, passing any
positional or keyword args.
wx.PyOnDemandOutputWindow
:
A class that can be used for redirecting Python's stdout and
stderr streams.
wx.lib.CDate.Date
wx.lib.CDate.now
wx.lib.calendar.CalDraw
wx.lib.dialogs.DialogResults
wx.lib.editor.editor.Scroller
wx.lib.evtmgr.EventAdapter
:
A class that adapts incoming wxWindows events to
Publish/Subscribe messages.
wx.lib.evtmgr.EventMacroInfo
:
A class that provides information about event macros.
wx.lib.evtmgr.EventManager
:
This is the main class in the module, and is the only class that
the application programmer needs to use.
wx.lib.evtmgr.FakeWindow
:
Used internally by the EventMacroInfo class.
wx.lib.evtmgr.MessageAdapter
:
A class that adapts incoming Publish/Subscribe messages
to wxWindows event calls.
wx.lib.floatcanvas.FloatCanvas.ColorOnlyMixin
:
Mixin class for objects that have just one color, rather than a fill
color and line color
wx.lib.floatcanvas.FloatCanvas.Point
:
The Point class takes a 2-tuple, or a (2,) NumPy array of point
coordinates.
wx.lib.floatcanvas.FloatCanvas.PointSet
:
The PointSet class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.DrawObject
:
This is the base class for all the objects that can be drawn.
wx.lib.floatcanvas.FloatCanvas.Arrow
:
Arrow(XY, # coords of origin of arrow (x,y)
Length, # length of arrow in pixels
theta, # angle of arrow in degrees: zero is straight up
# angle is to the right
LineColor = "Black",
LineStyle = "Solid",
LineWidth = 1,
ArrowHeadSize = 4,
ArrowHeadAngle = 45,
InForeground = False):
It will draw an arrow , starting at the point, (X,Y) pointing in
direction, theta.
wx.lib.floatcanvas.FloatCanvas.Line
:
The Line class takes a list of 2-tuples, or a NX2 NumPy Float array
of point coordinates.
wx.lib.floatcanvas.FloatCanvas.Point
:
The Point class takes a 2-tuple, or a (2,) NumPy array of point
coordinates.
wx.lib.floatcanvas.FloatCanvas.PointSet
:
The PointSet class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.Polygon
:
The Polygon class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.RectEllipse
wx.lib.floatcanvas.FloatCanvas.ScaledText
:
This class creates a text object that is scaled when zoomed.
wx.lib.floatcanvas.FloatCanvas.Text
:
This class creates a text object, placed at the coordinates,
x,y.
wx.lib.floatcanvas.FloatCanvas.LineOnlyMixin
:
Mixin class for objects that have just one color, rather than a fill
color and line color
wx.lib.floatcanvas.FloatCanvas.Arrow
:
Arrow(XY, # coords of origin of arrow (x,y)
Length, # length of arrow in pixels
theta, # angle of arrow in degrees: zero is straight up
# angle is to the right
LineColor = "Black",
LineStyle = "Solid",
LineWidth = 1,
ArrowHeadSize = 4,
ArrowHeadAngle = 45,
InForeground = False):
It will draw an arrow , starting at the point, (X,Y) pointing in
direction, theta.
wx.lib.floatcanvas.FloatCanvas.Line
:
The Line class takes a list of 2-tuples, or a NX2 NumPy Float array
of point coordinates.
wx.lib.floatcanvas.FloatCanvas.LineAndFillMixin
:
Mixin class for objects that have both a line and a fill color and
style.
wx.lib.floatcanvas.FloatCanvas.Polygon
:
The Polygon class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.RectEllipse
wx.lib.floatcanvas.FloatCanvas.PointsObjectMixin
:
This is a mixin class that provides some methods suitable for use
with objects that have a set of (x,y) coordinate pairs.
wx.lib.floatcanvas.FloatCanvas.Line
:
The Line class takes a list of 2-tuples, or a NX2 NumPy Float array
of point coordinates.
wx.lib.floatcanvas.FloatCanvas.PointSet
:
The PointSet class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.Polygon
:
The Polygon class takes a list of 2-tuples, or a NX2 NumPy array of
point coordinates.
wx.lib.floatcanvas.FloatCanvas.XYObjectMixin
:
This is a mixin class that provides some methods suitable for use
with objects that have a single (x,y) coordinate pair.
wx.lib.floatcanvas.FloatCanvas.Arrow
:
Arrow(XY, # coords of origin of arrow (x,y)
Length, # length of arrow in pixels
theta, # angle of arrow in degrees: zero is straight up
# angle is to the right
LineColor = "Black",
LineStyle = "Solid",
LineWidth = 1,
ArrowHeadSize = 4,
ArrowHeadAngle = 45,
InForeground = False):
It will draw an arrow , starting at the point, (X,Y) pointing in
direction, theta.
wx.lib.floatcanvas.FloatCanvas.Point
:
The Point class takes a 2-tuple, or a (2,) NumPy array of point
coordinates.
wx.lib.floatcanvas.FloatCanvas.RectEllipse
wx.lib.floatcanvas.FloatCanvas.TextObjectMixin
:
A mix in class that holds attributes and methods that are needed by
the Text objects
wx.lib.floatcanvas.FloatCanvas.ScaledText
:
This class creates a text object that is scaled when zoomed.
wx.lib.floatcanvas.FloatCanvas.Text
:
This class creates a text object, placed at the coordinates,
x,y.
wx.lib.foldpanelbar.CaptionBarStyle
wx.lib.foldpanelbar.FoldWindowItem
wx.lib.gestures.MouseGestures
wx.lib.imagebrowser.FindFiles
wx.lib.infoframe.Dummy_PyInformationalMessagesFrame
wx.lib.infoframe.PyInformationalMessagesFrame
wx.lib.masked.ctrl.controlTypes
wx.lib.masked.ipaddrctrl.IpAddrCtrlAccessorsMixin
:
Defines IpAddrCtrl's list of attributes having their own
Get/Set functions, exposing only those that make sense for
an IP address control.
wx.lib.masked.ipaddrctrl.IpAddrCtrl
:
This class is a particular type of MaskedTextCtrl that accepts
and understands the semantics of IP addresses, reformats input
as you move from field to field, and accepts '.' as a navigation
character, so that typing an IP address can be done naturally.
wx.lib.masked.maskededit.Field
:
This class manages the individual fields in a masked edit control.
wx.lib.masked.maskededit.MaskedEditAccessorsMixin
:
To avoid a ton of boiler-plate, and to automate the getter/setter generation
for each valid control parameter so we never forget to add the functions when
adding parameters, this class programmatically adds the masked edit mixin
parameters to itself.
wx.lib.masked.combobox.ComboBox
:
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from.
wx.lib.masked.combobox.PreMaskedComboBox
:
This class exists to support the use of XRC subclassing.
wx.lib.masked.textctrl.PreMaskedTextCtrl
:
This class exists to support the use of XRC subclassing.
wx.lib.masked.textctrl.TextCtrl
:
The "user-visible" masked text control; it is identical to the
BaseMaskedTextCtrl class it's derived from.
wx.lib.masked.maskededit.MaskedEditMixin
:
This class allows us to abstract the masked edit functionality that could
be associated with any text entry control.
wx.lib.masked.combobox.BaseMaskedComboBox
:
Base class for generic masked edit comboboxes; allows auto-complete of values.
wx.lib.masked.combobox.ComboBox
:
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from.
wx.lib.masked.combobox.PreMaskedComboBox
:
This class exists to support the use of XRC subclassing.
wx.lib.masked.textctrl.BaseMaskedTextCtrl
:
This is the primary derivation from MaskedEditMixin.
wx.lib.masked.ipaddrctrl.IpAddrCtrl
:
This class is a particular type of MaskedTextCtrl that accepts
and understands the semantics of IP addresses, reformats input
as you move from field to field, and accepts '.' as a navigation
character, so that typing an IP address can be done naturally.
wx.lib.masked.numctrl.NumCtrl
:
Masked edit control supporting "native" numeric values, ie.
wx.lib.masked.textctrl.PreMaskedTextCtrl
:
This class exists to support the use of XRC subclassing.
wx.lib.masked.textctrl.TextCtrl
:
The "user-visible" masked text control; it is identical to the
BaseMaskedTextCtrl class it's derived from.
wx.lib.masked.timectrl.TimeCtrl
:
Masked control providing several time formats and manipulation of time values.
wx.lib.masked.numctrl.NumCtrlAccessorsMixin
:
Defines masked.NumCtrl's list of attributes having their own
Get/Set functions, ignoring those that make no sense for
a numeric control.
wx.lib.masked.numctrl.NumCtrl
:
Masked edit control supporting "native" numeric values, ie.
wx.lib.masked.timectrl.TimeCtrlAccessorsMixin
:
Defines TimeCtrl's list of attributes having their own Get/Set functions,
ignoring those in the base class that make no sense for a time control.
wx.lib.mixins.grid.GridAutoEditMixin
:
A mix-in class that automatically enables the grid edit control when
a cell is selected.
wx.lib.mixins.imagelist.MagicImageList
:
Mix-in to provide "magic" growing image lists
By Mike Fletcher
wx.lib.mixins.listctrl.ColumnSorterMixin
:
A mixin class that handles sorting of a wx.ListCtrl in REPORT mode when
the column header is clicked on.
wx.lib.mixins.listctrl.ListCtrlAutoWidthMixin
:
A mix-in class that automatically resizes the last column to take up
the remaining width of the wx.ListCtrl.
wx.lib.mixins.listctrl.ListCtrlSelectionManagerMix
:
Mixin that defines a platform independent selection policy
wx.lib.mixins.listctrl.TextEditMixin
:
A mixin class that enables any text in any column of a
multi-column listctrl to be edited by clicking on the given row
and column.
wx.lib.mixins.rubberband.RubberBand
:
A stretchable border which is drawn on top of an
image to define an area.
wx.lib.mvctree.Editor
wx.lib.mvctree.FileWrapper
:
Node class for FSTreeModel.
wx.lib.mvctree.LayoutEngine
:
Interface for layout engines.
wx.lib.mvctree.LinePainter
:
The linepainter interface.
wx.lib.mvctree.MVCTreeNode
:
Used internally by MVCTree to manage its data.
wx.lib.mvctree.NodePainter
:
This is the interface expected of a nodepainter.
wx.lib.mvctree.Painter
:
This is the interface that MVCTree expects from painters.
wx.lib.mvctree.TreePainter
:
The default painter class.
wx.lib.mvctree.Rect
wx.lib.mvctree.TextConverter
:
TextConverter interface.
wx.lib.mvctree.Transform
:
Transform interface.
wx.lib.mvctree.TreeModel
:
Interface for tree models
wx.lib.mvctree.BasicTreeModel
:
A very simple treemodel implementation, but flexible enough for many needs.
wx.lib.mvctree.FSTreeModel
:
This treemodel models the filesystem starting from a given path.
wx.lib.mvctree.LateFSTreeModel
:
This treemodel models the filesystem starting from a given path.
wx.lib.plot.PlotGraphics
:
Container to hold PolyXXX objects and graph labels
- All methods except __init__ are private.
wx.lib.plot.PolyPoints
:
Base Class for lines and markers
- All methods are private.
wx.lib.plot.PolyLine
:
Class to define line type and style
- All methods except __init__ are private.
wx.lib.plot.PolyMarker
:
Class to define marker type and style
- All methods except __init__ are private.
wx.lib.printout.PrintBase
wx.lib.printout.PrintGrid
wx.lib.printout.PrintTable
wx.lib.pubsub.Message
:
A simple container object for the two components of
a message; the topic and the user data.
wx.lib.pydocview.DocFrameMixIn
:
Class with common code used by DocMDIParentFrame, DocTabbedParentFrame, and
DocSDIFrame.
wx.lib.pydocview.DocMDIParentFrame
:
The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows.
wx.lib.pydocview.DocSDIFrame
:
The DocSDIFrame host DocManager Document windows.
wx.lib.pydocview.DocTabbedParentFrame
:
The DocTabbedParentFrame class provides a default top-level frame for
applications using the document/view framework.
wx.lib.pydocview.DocMDIParentFrameMixIn
:
Class with common code used by DocMDIParentFrame and DocTabbedParentFrame.
wx.lib.pydocview.DocMDIParentFrame
:
The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows.
wx.lib.pydocview.DocTabbedParentFrame
:
The DocTabbedParentFrame class provides a default top-level frame for
applications using the document/view framework.
wx.lib.pyshell.FauxFile
wx.lib.wxPlotCanvas.PlotGraphics
wx.lib.wxPlotCanvas.PolyPoints
wx.py.buffer.Buffer
:
Buffer class.
wx.py.dispatcher.BoundMethodWeakref
:
BoundMethodWeakref class.
wx.py.dispatcher.Parameter
:
Used to represent default parameter values.
wx.py.document.Document
:
Document class.
wx.py.editor.DialogResults
:
DialogResults class.
wx.py.editor.Editor
:
Editor having an EditWindow.
wx.py.pseudo.PseudoFile
wx.py.pseudo.PseudoKeyword
:
A callable class that calls a method passed as a parameter.
wx.py.shell.ShellFacade
:
Simplified interface to all shell-related functionality.
wx.tools.dbg.Logger
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:26:09 2005 | http://epydoc.sf.net |