wxWidgets/contrib/utils/wxrcedit/df/combobox.df
Václav Slavík 75e0bd4460 added more controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-27 18:53:04 +00:00

7 lines
180 B
Plaintext

node combobox
var style of flags wxCB_SIMPLE,wxCB_SORT,wxCB_READONLY,wxCB_DROPDOWN
var value of string
var selection of integer
var content of not_implemented
derived from control