Python Wxcontrols
Contents:
Introduction
This package contains custom wrappers for existing wxPython controls, primarily to work around GUI limitations and solve accessibility issues. As these modules were built for my own projects, the supported features are likely to be incomplete. However, feel free to open an issue or contribute missing features as a pull request.
Supported controls
The following control wrappers are currently available. See project links for full API documentation.
AccessibleSpinCtrl: An accessible floating-point spin control composed of wx widgets. Can be used as a more accessible alternative towx.SpinCtrlDouble.CustomTextEntryDialog: Text entry dialog with custom button labels.UniversalListCtrl: Cross-platform list wrapper with optional checkbox support. Selects the appropriate list control for each platform.