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