Displaying 1 result from an estimated 1 matches for "sizeritemlist".
Did you mean:
wxsizeritemlist
2008 Mar 01
0
[ wxruby-Bugs-18508 ] Sizer#get_children not mapped correctly, SizerItem missing
...one
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Sizer#get_children not mapped correctly, SizerItem missing
Initial Comment:
Sizer#add currently returns an opaque swig type of SizerItem.
Sizer#get_children currently returns an opaque swig type of SizerItemList.
The return type should clearly be an array, but not certain what it should contain. SizerItem is not currently ported, but could be. Or it could return an array of Windows, Sizer and perhaps nil to represent a spacer.
----------------------------------------------------------------------
You...