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:
Václav Slavík
2000-09-14 21:32:46 +00:00
parent b008b592cc
commit b29483b980
7 changed files with 33 additions and 2 deletions

View 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

View 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

View 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

View 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

View File

@@ -0,0 +1,3 @@
node staticbox
var label of text
derived from control

View File

@@ -0,0 +1,3 @@
node treectrl
var style of flags wxTR_HAS_BUTTONS,wxTR_EDIT_LABELS,wxTR_MULTIPLE
derived from control