Files
Phoenix/wx/lib/purepy/__init__.py
Metallicow 037dcb96f4 Add PurePython Checkbox
Mostly ported from the wxPyWiki impl and also is a mixin to get bitmaps if desired if hacking on other widgets.
2020-10-12 12:45:08 -07:00

23 lines
732 B
Python

#----------------------------------------------------------------------
# Name: wx.lib.purepy
# Purpose: Pure-Python widgets to fill in for native versions that lack
# features
#
# Author: wxPython Team and wxPyWiki Contributers
#
# Created: 22-June-2020
# Copyright: (c) 2020 by Total Control Software
# Licence: wxWindows license
#
# Tags: phoenix-port, py3-port
#----------------------------------------------------------------------
"""
This package provides some pure-python versions of widgets to fill the gaps
inbetween other operating systems widgets, when one or the other may lack
some sort or basic functionality.
Authors: wxPython Team and wxPyWiki Contributers
"""