mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
Mostly ported from the wxPyWiki impl and also is a mixin to get bitmaps if desired if hacking on other widgets.
23 lines
732 B
Python
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
|
|
"""
|
|
|