added toolbar handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,3 +2,4 @@ node separator
|
||||
icon 0
|
||||
type normal
|
||||
derived from menu_item
|
||||
derived from toolbar_item
|
||||
|
10
contrib/utils/wxrcedit/df/tool.df
Normal file
10
contrib/utils/wxrcedit/df/tool.df
Normal file
@@ -0,0 +1,10 @@
|
||||
node tool
|
||||
type normal
|
||||
icon 0
|
||||
var bitmap of text
|
||||
var bitmap2 of text
|
||||
var toggle of bool
|
||||
var pos of coord
|
||||
var tooltip of text
|
||||
var longhelp of text
|
||||
derived from toolbar_item
|
11
contrib/utils/wxrcedit/df/toolbar.df
Normal file
11
contrib/utils/wxrcedit/df/toolbar.df
Normal file
@@ -0,0 +1,11 @@
|
||||
node toolbar
|
||||
type panel
|
||||
icon 0
|
||||
childtype toolbar_item
|
||||
var style of flags wxTB_FLAT,wxTB_DOCKABLE,wxTB_VERTICAL,wxTB_HORIZONTAL
|
||||
var bitmapsize of coord
|
||||
var pos of coord
|
||||
var size of coord
|
||||
var margins of coord
|
||||
var packing of integer
|
||||
var separation of integer
|
Reference in New Issue
Block a user