From 5183bfc60c8d5f2789e0f804ada0021ddfba462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 17 Sep 2000 19:16:22 +0000 Subject: [PATCH] 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 --- contrib/utils/wxrcedit/df/bitmapbutton.df | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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