added growable cols and rows to wxFlexGridSizer XRC handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,5 +3,5 @@ type sizer
|
||||
icon 0
|
||||
childtype sizer_item
|
||||
derived from panel_item
|
||||
var orient of flags wxHORIZONTAL,wxVERTICAL
|
||||
var orient of choice wxHORIZONTAL,wxVERTICAL
|
||||
var minsize of coord
|
||||
|
@@ -8,3 +8,6 @@ var cols of integer
|
||||
var vgap of dimension
|
||||
var hgap of dimension
|
||||
var minsize of coord
|
||||
var growablecols of text
|
||||
var growablerows of text
|
||||
|
||||
|
Reference in New Issue
Block a user