]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/wxMenuItem.df
added support for 'imagefile' property type
[wxWidgets.git] / contrib / utils / wxrcedit / df / wxMenuItem.df
1 node wxMenuItem
2 type normal
3 icon 0
4 var label of text
5 var help of text
6 var checkable of bool
7 var checked of bool
8 var enabled of bool
9 var bitmap of imagefile
10 derived from menu_item