wxWidgets/contrib/utils/wxrcedit/df/wxMenuItem.df
Václav Slavík 7c4878b682 added <accel> attribute to wxMenuItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-06 22:22:03 +00:00

12 lines
197 B
Plaintext

node wxMenuItem
type normal
icon 0
var label of text
var accel of text
var help of text
var checkable of bool
var checked of bool
var enabled of bool
var bitmap of imagefile
derived from menu_item