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