]>
git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/df/wxMenuItem.df
Commit | Line | Data |
e066e256 |
1 | node wxMenuItem |
56d2f750 VS |
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 |
c39755aa |
9 | var bitmap of imagefile |
bebb14d5 |
10 | derived from menu_item |