From: Václav Slavík Date: Fri, 24 Nov 2000 17:20:08 +0000 (+0000) Subject: added support for 'imagefile' property type X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c39755aa1ca6f1532cc2c372a4d27cb99b902069 added support for 'imagefile' property type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/wxrcedit/df/tool.df b/contrib/utils/wxrcedit/df/tool.df index 9d4940ec7f..14cbd5493f 100644 --- a/contrib/utils/wxrcedit/df/tool.df +++ b/contrib/utils/wxrcedit/df/tool.df @@ -1,8 +1,8 @@ node tool type normal icon 0 -var bitmap of text -var bitmap2 of text +var bitmap of imagefile +var bitmap2 of imagefile var toggle of bool var pos of coord var tooltip of text diff --git a/contrib/utils/wxrcedit/df/wxBitmapButton.df b/contrib/utils/wxrcedit/df/wxBitmapButton.df index 93af80ad03..2a9b9f33fc 100644 --- a/contrib/utils/wxrcedit/df/wxBitmapButton.df +++ b/contrib/utils/wxrcedit/df/wxBitmapButton.df @@ -1,8 +1,8 @@ node wxBitmapButton 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 +var bitmap of imagefile +var selected of imagefile +var focus of imagefile +var disabled of imagefile derived from control diff --git a/contrib/utils/wxrcedit/df/wxMenuItem.df b/contrib/utils/wxrcedit/df/wxMenuItem.df index 2fc733e338..387bf851a5 100644 --- a/contrib/utils/wxrcedit/df/wxMenuItem.df +++ b/contrib/utils/wxrcedit/df/wxMenuItem.df @@ -6,4 +6,5 @@ var help of text var checkable of bool var checked of bool var enabled of bool +var bitmap of imagefile derived from menu_item diff --git a/contrib/utils/wxrcedit/df/wxStaticBitmap.df b/contrib/utils/wxrcedit/df/wxStaticBitmap.df index d425d79e18..9828eb1199 100644 --- a/contrib/utils/wxrcedit/df/wxStaticBitmap.df +++ b/contrib/utils/wxrcedit/df/wxStaticBitmap.df @@ -1,3 +1,3 @@ node wxStaticBitmap -var bitmap of text +var bitmap of imagefile derived from control \ No newline at end of file