added more controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ab13d1c58f
commit
75e0bd4460
3
contrib/utils/wxrcedit/df/checklist.df
Normal file
3
contrib/utils/wxrcedit/df/checklist.df
Normal file
@ -0,0 +1,3 @@
|
||||
node checklist
|
||||
var content of not_implemented
|
||||
derived from control
|
5
contrib/utils/wxrcedit/df/choice.df
Normal file
5
contrib/utils/wxrcedit/df/choice.df
Normal file
@ -0,0 +1,5 @@
|
||||
node choice
|
||||
var style of flags wxCB_SORT
|
||||
var selection of integer
|
||||
var content of not_implemented
|
||||
derived from control
|
6
contrib/utils/wxrcedit/df/combobox.df
Normal file
6
contrib/utils/wxrcedit/df/combobox.df
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
6
contrib/utils/wxrcedit/df/notebook.df
Normal file
6
contrib/utils/wxrcedit/df/notebook.df
Normal file
@ -0,0 +1,6 @@
|
||||
node notebook
|
||||
type notebook
|
||||
var style of flags wxNB_FIXEDWIDTH,wxNB_LEFT,wxNB_RIGHT,wxNB_BOTTOM
|
||||
var usenotebooksizer of bool
|
||||
childtype panel
|
||||
derived from control
|
7
contrib/utils/wxrcedit/df/notebookpage.df
Normal file
7
contrib/utils/wxrcedit/df/notebookpage.df
Normal file
@ -0,0 +1,7 @@
|
||||
# don't delete this file!
|
||||
# it servers as helper df for notebook pages
|
||||
|
||||
node notebookpage
|
||||
type notebookpage
|
||||
var label of text
|
||||
var selected of bool
|
6
contrib/utils/wxrcedit/df/spinbutton.df
Normal file
6
contrib/utils/wxrcedit/df/spinbutton.df
Normal file
@ -0,0 +1,6 @@
|
||||
node spinbutton
|
||||
var style of flags wxSP_HORIZONTAL,wxSP_VERTICAL,wxSP_ARROW_KEYS,wxSP_WRAP
|
||||
var value of integer
|
||||
var min of integer
|
||||
var max of integer
|
||||
derived from control
|
6
contrib/utils/wxrcedit/df/spinctrl.df
Normal file
6
contrib/utils/wxrcedit/df/spinctrl.df
Normal file
@ -0,0 +1,6 @@
|
||||
node spinctrl
|
||||
var style of flags wxSP_HORIZONTAL,wxSP_VERTICAL,wxSP_ARROW_KEYS,wxSP_WRAP
|
||||
var value of integer
|
||||
var min of integer
|
||||
var max of integer
|
||||
derived from control
|
Loading…
Reference in New Issue
Block a user