]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/combobox.df
93e19d3b30f7687809a959def11e8f37a67834f2
[wxWidgets.git] / contrib / utils / wxrcedit / df / combobox.df
1 node combobox
2 var style of flags wxCB_SIMPLE,wxCB_SORT,wxCB_READONLY,wxCB_DROPDOWN
3 var value of string
4 var selection of integer
5 var content of not_implemented
6 derived from control