From: Václav Slavík Date: Sun, 17 Sep 2000 19:16:22 +0000 (+0000) Subject: added disabled, focus and selected to wxBitmapButton handler X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5183bfc60c8d5f2789e0f804ada0021ddfba462f added disabled, focus and selected to wxBitmapButton handler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/wxrcedit/df/bitmapbutton.df b/contrib/utils/wxrcedit/df/bitmapbutton.df index 935e18e24f..3dab7d76e2 100644 --- a/contrib/utils/wxrcedit/df/bitmapbutton.df +++ b/contrib/utils/wxrcedit/df/bitmapbutton.df @@ -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