]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/wxComboBox.df
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / contrib / utils / wxrcedit / df / wxComboBox.df
1 node wxComboBox
2 var style of flags wxCB_SIMPLE,wxCB_SORT,wxCB_READONLY,wxCB_DROPDOWN
3 var value of text
4 var selection of integer
5 var content of not_implemented
6 derived from control