added new controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
5
contrib/utils/wxrcedit/df/bitmapbutton.df
Normal file
5
contrib/utils/wxrcedit/df/bitmapbutton.df
Normal file
@@ -0,0 +1,5 @@
|
||||
node bitmapbutton
|
||||
var bitmap of text
|
||||
var default of bool
|
||||
var style of flags wxBU_AUTODRAW,wxBU_LEFT,wxBU_RIGHT,wxBU_TOP,wxBU_BOTTOM
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/calendarctrl.df
Normal file
3
contrib/utils/wxrcedit/df/calendarctrl.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node calendarctrl
|
||||
var style of flags wxCAL_SUNDAY_FIRST,wxCAL_MONDAY_FIRST,wxCAL_SHOW_HOLIDAYS,wxCAL_NO_YEAR_CHANGE,wxCAL_NO_MONTH_CHANGE
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/listctrl.df
Normal file
3
contrib/utils/wxrcedit/df/listctrl.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node listctrl
|
||||
var style of flags wxLC_LIST,wxLC_REPORT,wxLC_REPORT,wxLC_ICON,wxLC_SMALL_ICON,wxLC_ALIGN_TOP,wxLC_ALIGN_LEFT,wxLC_AUTOARRANGE,wxLC_USER_TEXT,wxLC_EDIT_LABELS,wxLC_NO_HEADER,wxLC_SINGLE_SEL,wxLC_SORT_ASCENDING,wxLC_SORT_DESCENDING
|
||||
derived from control
|
7
contrib/utils/wxrcedit/df/scrollbar.df
Normal file
7
contrib/utils/wxrcedit/df/scrollbar.df
Normal file
@@ -0,0 +1,7 @@
|
||||
node scrollbar
|
||||
var style of flags wxSB_HORIZONTAL,wxSB_VERTICAL
|
||||
var value of integer
|
||||
var thumbsize of integer
|
||||
var range of integer
|
||||
var pagesize of integer
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/staticbox.df
Normal file
3
contrib/utils/wxrcedit/df/staticbox.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node staticbox
|
||||
var label of text
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/treectrl.df
Normal file
3
contrib/utils/wxrcedit/df/treectrl.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node treectrl
|
||||
var style of flags wxTR_HAS_BUTTONS,wxTR_EDIT_LABELS,wxTR_MULTIPLE
|
||||
derived from control
|
Reference in New Issue
Block a user