Give BitmapButton its own demo, get rid of ErrorDialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-15 22:45:00 +00:00
parent 4261ba88cf
commit 8b7fa2d969
4 changed files with 92 additions and 34 deletions

View File

@@ -142,6 +142,23 @@ FOR INTERNATIONAL [NON-ENGLISH-SPEAKING] USE:
"""
#----------------------------------------------------------------------
import warnings
warningmsg = r"""\
##############################################################\
# THIS MODULE IS DEPRECATED |
##############################################################/
"""
warnings.warn(warningmsg, DeprecationWarning, stacklevel=2)
#----------------------------------------------------------------------
_debug = 0
#_debug = 1 # uncomment to display some information (to stdout)
Version = 1.3