]> git.saurik.com Git - wxWidgets.git/commitdiff
added disabled, focus and selected to wxBitmapButton handler
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Sep 2000 19:16:22 +0000 (19:16 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Sep 2000 19:16:22 +0000 (19:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/wxrcedit/df/bitmapbutton.df

index 935e18e24fd0f681ecdc1a4ed4cb4ef107f96a68..3dab7d76e2247d733c87bc53c8c85f902e45d1a1 100644 (file)
@@ -1,5 +1,8 @@
 node bitmapbutton
-var bitmap of text
-var default of bool
 var style of flags wxBU_AUTODRAW,wxBU_LEFT,wxBU_RIGHT,wxBU_TOP,wxBU_BOTTOM
+var default of bool
+var bitmap of text
+var selected of text
+var focus of text
+var disabled of text
 derived from control