From 006c2c2d82d5d007bb8b2bf46c44cd7139b6c3d6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 2 Jun 2007 23:50:57 +0000 Subject: [PATCH] Additional tags to treat as bitmaps git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/tools/XRCed/xxx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wx/tools/XRCed/xxx.py b/wxPython/wx/tools/XRCed/xxx.py index 147240efc1..a78129dee9 100644 --- a/wxPython/wx/tools/XRCed/xxx.py +++ b/wxPython/wx/tools/XRCed/xxx.py @@ -197,7 +197,7 @@ class xxxObject: # Special parameters specials = [] # Bitmap tags - bitmapTags = ['bitmap', 'bitmap2', 'icon'] + bitmapTags = ['bitmap', 'bitmap2', 'icon', 'selected', 'focus', 'disabled'] # Required paremeters: none by default required = [] # Default parameters with default values