Dialog utilities.
Bases: wx._windows.DirDialog
An open-directory dialog.
Bases: wx._windows.FileDialog
An open-file dialog.
Bases: wx._windows.FileDialog
A save-file dialog.
Displays a confirmation dialog.
Displays a modal error dialog.
Displays a modal information dialog.
Displays a modal warning dialog.
Displays a Yes/No/Cancel dialog.
A thin visual divider.
Bases: wx._controls.StaticLine
A thin visual divider.
Drag and drop utilities.
The clipboard is used when dragging and dropping Python objects.
Bases: wx._misc.FileDropTarget
Drop target for files.
Called when the files have been dropped.
Bases: wx._misc.DropSource
Drop source for Python objects.
Called when the data has been dropped.
Bases: wx._misc.DropTarget
Drop target for Python objects.
Called when OnDrop returns True.
Called when a data object is being dragged over the target.
Called when the user drops a data object on the target.
Return ‘False’ to veto the operation.
Called when the mouse leaves the drop target.
Font utilities.
Clones the specified font.
Recursively decreases the font size starting from ‘window’.
Recursively increases the font size starting from ‘window’.
Set ‘window’s font to be bold.
Recursively sets the font size starting from ‘window’.
An image cache.
A cached image list.
Bases: wx._windows.Dialog
A panel sized by a sizer.
A panel used as a spacer.
It is in a separate class so that you can set the background color in a single place to give visual feedback on sizer layouts (in particular, FlexGridSizer layouts).
Bases: wx._windows.Panel
A panel used as a spacer.