change in XRC format

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-10-07 21:56:37 +00:00
parent 3efb0e4bbd
commit e066e2566a
79 changed files with 730 additions and 606 deletions

View File

@@ -1,4 +0,0 @@
node staticboxsizer
derived from boxsizer
var label of text
var minsize of coord

View File

@@ -1,4 +1,4 @@
node bitmapbutton
node wxBitmapButton
var style of flags wxBU_AUTODRAW,wxBU_LEFT,wxBU_RIGHT,wxBU_TOP,wxBU_BOTTOM
var default of bool
var bitmap of text

View File

@@ -1,4 +1,4 @@
node boxsizer
node wxBoxSizer
type sizer
icon 0
childtype sizer_item

View File

@@ -1,4 +1,4 @@
node button
node wxButton
var label of text
var default of bool
derived from control

View File

@@ -1,3 +1,3 @@
node calendarctrl
node wxCalendarCtrl
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

@@ -1,4 +1,4 @@
node checkbox
node wxCheckBox
var label of text
var checked of bool
derived from control

View File

@@ -1,3 +1,3 @@
node checklist
node wxCheckList
var content of not_implemented
derived from control

View File

@@ -1,4 +1,4 @@
node choice
node wxChoice
var style of flags wxCB_SORT
var selection of integer
var content of not_implemented

View File

@@ -1,4 +1,4 @@
node combobox
node wxComboBox
var style of flags wxCB_SIMPLE,wxCB_SORT,wxCB_READONLY,wxCB_DROPDOWN
var value of string
var selection of integer

View File

@@ -1,4 +1,4 @@
node dialog
node wxDialog
var title of text
var style of flags wxSTAY_ON_TOP,wxCAPTION,wxDEFAULT_DIALOG_STYLE,wxTHICK_FRAME,wxSYSTEM_MENU,wxRESIZE_BORDER,wxRESIZE_BOX,wxDIALOG_MODAL,wxDIALOG_MODELESS
var centered of bool

View File

@@ -1,4 +1,4 @@
node flexgridsizer
node wxFlexGridSizer
type sizer
icon 4
childtype sizer_item

View File

@@ -1,4 +1,4 @@
node gauge
node wxGauge
var style of flags wxGA_HORIZONTAL,wxGA_VERTICAL,wxGA_PROGRESSBAR,wxGA_SMOOTH
var range of integer
var value of integer

View File

@@ -1,4 +1,4 @@
node gridsizer
node wxGridSizer
type sizer
icon 4
childtype sizer_item

View File

@@ -1,4 +1,4 @@
node htmlwindow
node wxHtmlWindow
var url of text
var htmlcode of text
var borders of dimension

View File

@@ -1,4 +1,4 @@
node listbox
node wxListBox
var style of flags wxLB_SINGLE,wxLB_MULTIPLE,wxLB_EXTENDED,wxLB_HSCROLL,wxLB_ALWAYS_SB,wxLB_NEEDED_SB,wxLB_SORT
var selection of integer
var content of not_implemented

View File

@@ -1,3 +1,3 @@
node listctrl
node wxListCtrl
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

@@ -1,4 +1,4 @@
node menu
node wxMenu
type panel
icon 0
childtype menu_item

View File

@@ -1,5 +1,5 @@
node menubar
node wxMenuBar
type panel
icon 0
childtype menu
childtype wxMenu
var style of flags wxMB_DOCKABLE

View File

@@ -1,4 +1,4 @@
node menuitem
node wxMenuItem
type normal
icon 0
var label of text

View File

@@ -1,6 +1,6 @@
node notebook
node wxNotebook
type notebook
var style of flags wxNB_FIXEDWIDTH,wxNB_LEFT,wxNB_RIGHT,wxNB_BOTTOM
var usenotebooksizer of bool
childtype panel
childtype wxPanel
derived from control

View File

@@ -1,3 +1,3 @@
node panel
node wxPanel
derived from panel_item
derived from panelbase

View File

@@ -1,4 +1,4 @@
node radiobox
node wxRadioBox
var style of flags wxRA_SPECIFY_COLS,wxRA_HORIZONTAL,wxRA_SPECIFY_ROWS,wxRA_VERTICAL
var label of text
var dimension of integer

View File

@@ -1,4 +1,4 @@
node radiobutton
node wxRadioButton
var label of text
var value of bool
var style of flags wxRB_GROUP

View File

@@ -1,4 +1,4 @@
node scrollbar
node wxScrollBar
var style of flags wxSB_HORIZONTAL,wxSB_VERTICAL
var value of integer
var thumbsize of integer

View File

@@ -1,4 +1,4 @@
node slider
node wxSlider
var value of integer
var min of integer
var max of integer

View File

@@ -1,4 +1,4 @@
node spinctrl
node wxSpinButton
var style of flags wxSP_HORIZONTAL,wxSP_VERTICAL,wxSP_ARROW_KEYS,wxSP_WRAP
var value of integer
var min of integer

View File

@@ -1,4 +1,4 @@
node spinbutton
node wxSpinCtrl
var style of flags wxSP_HORIZONTAL,wxSP_VERTICAL,wxSP_ARROW_KEYS,wxSP_WRAP
var value of integer
var min of integer

View File

@@ -1,3 +1,3 @@
node staticbitmap
node wxStaticBitmap
var bitmap of text
derived from control

View File

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

View File

@@ -0,0 +1,4 @@
node wxStaticBoxSizer
derived from wxBoxSizer
var label of text
var minsize of coord

View File

@@ -1,3 +1,3 @@
node staticline
node wxStaticLine
var style of flags wxLI_HORIZONTAL,wxLI_VERTICAL
derived from control

View File

@@ -1,3 +1,3 @@
node statictext
node wxStaticText
var label of text
derived from control

View File

@@ -1,4 +1,4 @@
node textctrl
node wxTextCtrl
var value of text
var style of flags wxTE_PROCESS_ENTER,wxTE_PROCESS_TAB,wxTE_MULTILINE,wxTE_PASSWORD,wxTE_READONLY,wxHSCROLL
derived from control

View File

@@ -1,4 +1,4 @@
node toolbar
node wxToolBar
type panel
icon 0
childtype toolbar_item

View File

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