added XML resources library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
6
contrib/utils/wxrcedit/df/boxsizer.df
Normal file
6
contrib/utils/wxrcedit/df/boxsizer.df
Normal file
@@ -0,0 +1,6 @@
|
||||
node boxsizer
|
||||
type sizer
|
||||
icon 2
|
||||
childtype sizer_item
|
||||
derived from panel_item
|
||||
var orient of flags wxHORIZONTAL,wxVERTICAL
|
3
contrib/utils/wxrcedit/df/break.df
Normal file
3
contrib/utils/wxrcedit/df/break.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node break
|
||||
type normal
|
||||
derived from menu_item
|
4
contrib/utils/wxrcedit/df/button.df
Normal file
4
contrib/utils/wxrcedit/df/button.df
Normal file
@@ -0,0 +1,4 @@
|
||||
node button
|
||||
var label of text
|
||||
var default of bool
|
||||
derived from control
|
4
contrib/utils/wxrcedit/df/checkbox.df
Normal file
4
contrib/utils/wxrcedit/df/checkbox.df
Normal file
@@ -0,0 +1,4 @@
|
||||
node checkbox
|
||||
var label of text
|
||||
var checked of bool
|
||||
derived from control
|
6
contrib/utils/wxrcedit/df/control.df
Normal file
6
contrib/utils/wxrcedit/df/control.df
Normal file
@@ -0,0 +1,6 @@
|
||||
node control
|
||||
abstract
|
||||
icon 0
|
||||
derived from window
|
||||
derived from panel_item
|
||||
derived from toolbar_item
|
4
contrib/utils/wxrcedit/df/dialog.df
Normal file
4
contrib/utils/wxrcedit/df/dialog.df
Normal file
@@ -0,0 +1,4 @@
|
||||
node dialog
|
||||
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
|
||||
derived from panelbase
|
7
contrib/utils/wxrcedit/df/gauge.df
Normal file
7
contrib/utils/wxrcedit/df/gauge.df
Normal file
@@ -0,0 +1,7 @@
|
||||
node gauge
|
||||
var style of flags wxGA_HORIZONTAL,wxGA_VERTICAL,wxGA_PROGRESSBAR,wxGA_SMOOTH
|
||||
var range of integer
|
||||
var value of integer
|
||||
var shadow of integer
|
||||
var bezel of integer
|
||||
derived from control
|
6
contrib/utils/wxrcedit/df/htmlwindow.df
Normal file
6
contrib/utils/wxrcedit/df/htmlwindow.df
Normal file
@@ -0,0 +1,6 @@
|
||||
node htmlwindow
|
||||
var url of text
|
||||
var htmlcode of text
|
||||
var borders of integer
|
||||
var style of flags wxHW_SCROLLBAR_NEVER,wxHW_SCROLLBAR_AUTO
|
||||
derived from control
|
8
contrib/utils/wxrcedit/df/menu.df
Normal file
8
contrib/utils/wxrcedit/df/menu.df
Normal file
@@ -0,0 +1,8 @@
|
||||
node menu
|
||||
type panel
|
||||
icon 0
|
||||
childtype menu_item
|
||||
var label of text
|
||||
var style of flags wxMENU_TEAROFF
|
||||
var help of text
|
||||
derived from menu_item
|
3
contrib/utils/wxrcedit/df/menu_item.df
Normal file
3
contrib/utils/wxrcedit/df/menu_item.df
Normal file
@@ -0,0 +1,3 @@
|
||||
# anything that may be placed into menu
|
||||
node menu_item
|
||||
abstract
|
5
contrib/utils/wxrcedit/df/menubar.df
Normal file
5
contrib/utils/wxrcedit/df/menubar.df
Normal file
@@ -0,0 +1,5 @@
|
||||
node menubar
|
||||
type panel
|
||||
icon 0
|
||||
childtype menu
|
||||
var style of flags wxMB_DOCKABLE
|
9
contrib/utils/wxrcedit/df/menuitem.df
Normal file
9
contrib/utils/wxrcedit/df/menuitem.df
Normal file
@@ -0,0 +1,9 @@
|
||||
node menuitem
|
||||
type normal
|
||||
icon 0
|
||||
var label of text
|
||||
var help of text
|
||||
var checkable of bool
|
||||
var checked of bool
|
||||
var enabled of bool
|
||||
derived from menu_item
|
3
contrib/utils/wxrcedit/df/panel.df
Normal file
3
contrib/utils/wxrcedit/df/panel.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node panel
|
||||
derived from panel_item
|
||||
derived from panelbase
|
4
contrib/utils/wxrcedit/df/panel_item.df
Normal file
4
contrib/utils/wxrcedit/df/panel_item.df
Normal file
@@ -0,0 +1,4 @@
|
||||
# anything that may be placed into panel
|
||||
node panel_item
|
||||
abstract
|
||||
derived from sizer_item
|
9
contrib/utils/wxrcedit/df/panelbase.df
Normal file
9
contrib/utils/wxrcedit/df/panelbase.df
Normal file
@@ -0,0 +1,9 @@
|
||||
# base "class" for panel and dialog
|
||||
node panelbase
|
||||
type panel
|
||||
icon 1
|
||||
childtype panel_item
|
||||
abstract
|
||||
var style of flags wxNO_3D,wxTAB_TRAVERSAL
|
||||
var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
|
||||
derived from window
|
5
contrib/utils/wxrcedit/df/radiobutton.df
Normal file
5
contrib/utils/wxrcedit/df/radiobutton.df
Normal file
@@ -0,0 +1,5 @@
|
||||
node radiobutton
|
||||
var label of text
|
||||
var value of bool
|
||||
var style of flags wxRB_GROUP
|
||||
derived from control
|
4
contrib/utils/wxrcedit/df/separator.df
Normal file
4
contrib/utils/wxrcedit/df/separator.df
Normal file
@@ -0,0 +1,4 @@
|
||||
node separator
|
||||
icon 0
|
||||
type normal
|
||||
derived from menu_item
|
4
contrib/utils/wxrcedit/df/sizer_item.df
Normal file
4
contrib/utils/wxrcedit/df/sizer_item.df
Normal file
@@ -0,0 +1,4 @@
|
||||
# anything that may be placed into sizer
|
||||
node sizer_item
|
||||
abstract
|
||||
|
8
contrib/utils/wxrcedit/df/sizeritem.df
Normal file
8
contrib/utils/wxrcedit/df/sizeritem.df
Normal file
@@ -0,0 +1,8 @@
|
||||
# don't delete this file!
|
||||
# it servers as helper df for sizer items
|
||||
|
||||
node sizeritem
|
||||
type sizeritem
|
||||
var option of integer
|
||||
var flag of flags wxEXPAND,wxALL,wxLEFT,wxRIGHT,wxTOP,wxBOTTOM,wxALIGN_CENTER,wxALIGN_LEFT,wxALIGN_TOP,wxALIGN_RIGHT,wxALIGN_BOTTOM,wxALIGN_CENTER_HORIZONTAL,wxALIGN_CENTER_VERTICAL,wxNORTH,wxSOUTH,wxEAST,wxWEST,wxGROW,wxSHAPED,wxSTRETCH_NOT
|
||||
var border of integer
|
13
contrib/utils/wxrcedit/df/slider.df
Normal file
13
contrib/utils/wxrcedit/df/slider.df
Normal file
@@ -0,0 +1,13 @@
|
||||
node slider
|
||||
var value of integer
|
||||
var min of integer
|
||||
var max of integer
|
||||
var style of flags wxSL_HORIZONTAL,wxSL_VERTICAL,wxSL_AUTOTICKS,wxSL_LABELS,wxSL_LEFT,wxSL_TOP,wxSL_RIGHT,wxSL_BOTTOM,wxSL_BOTH,wxSL_SELRANGE
|
||||
var tickfreq of integer
|
||||
var pagesize of integer
|
||||
var linesize of integer
|
||||
var thumb of integer
|
||||
var tick of integer
|
||||
var selmin of integer
|
||||
var selmax of integer
|
||||
derived from control
|
10
contrib/utils/wxrcedit/df/spacer.df
Normal file
10
contrib/utils/wxrcedit/df/spacer.df
Normal file
@@ -0,0 +1,10 @@
|
||||
# don't delete this file!
|
||||
# it servers as helper df for sizer items
|
||||
|
||||
node spacer
|
||||
type normal
|
||||
var option of integer
|
||||
var flag of flags wxEXPAND,wxALL,wxLEFT,wxRIGHT,wxTOP,wxBOTTOM,wxALIGN_CENTER,wxALIGN_LEFT,wxALIGN_TOP,wxALIGN_RIGHT,wxALIGN_BOTTOM,wxALIGN_CENTER_HORIZONTAL,wxALIGN_CENTER_VERTICAL,wxNORTH,wxSOUTH,wxEAST,wxWEST,wxGROW,wxSHAPED,wxSTRETCH_NOT
|
||||
var border of integer
|
||||
var size of coord
|
||||
derived from sizer_item
|
3
contrib/utils/wxrcedit/df/staticbitmap.df
Normal file
3
contrib/utils/wxrcedit/df/staticbitmap.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node button
|
||||
var bitmap of text
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/staticboxsizer.df
Normal file
3
contrib/utils/wxrcedit/df/staticboxsizer.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node staticboxsizer
|
||||
derived from boxsizer
|
||||
var label of text
|
3
contrib/utils/wxrcedit/df/statictext.df
Normal file
3
contrib/utils/wxrcedit/df/statictext.df
Normal file
@@ -0,0 +1,3 @@
|
||||
node statictext
|
||||
var label of text
|
||||
derived from control
|
4
contrib/utils/wxrcedit/df/textctrl.df
Normal file
4
contrib/utils/wxrcedit/df/textctrl.df
Normal file
@@ -0,0 +1,4 @@
|
||||
node textctrl
|
||||
var value of text
|
||||
var style of flags wxTE_PROCESS_ENTER,wxTE_PROCESS_TAB,wxTE_MULTILINE,wxTE_PASSWORD,wxTE_READONLY,wxHSCROLL
|
||||
derived from control
|
3
contrib/utils/wxrcedit/df/toolbar_item.df
Normal file
3
contrib/utils/wxrcedit/df/toolbar_item.df
Normal file
@@ -0,0 +1,3 @@
|
||||
# anything that may be placed into toolbar
|
||||
node toolbar_item
|
||||
abstract
|
11
contrib/utils/wxrcedit/df/window.df
Normal file
11
contrib/utils/wxrcedit/df/window.df
Normal file
@@ -0,0 +1,11 @@
|
||||
node window
|
||||
type normal
|
||||
abstract
|
||||
var pos of coord
|
||||
var size of coord
|
||||
var tooltip of text
|
||||
var fg of color
|
||||
var bg of color
|
||||
var enabled of bool
|
||||
var focused of bool
|
||||
var hidden of bool
|
Reference in New Issue
Block a user