Displaying 2 results from an estimated 2 matches for "sizer_layout".
2006 Nov 23
0
[749] trunk/wxruby2: Bring the documentation and actual method support into line for
...t;/span><del>-Removes a child from the sizer and destroys it. _sizer_ is the Sizer to be removed,
-_index_ is the position of the child in the sizer, typically 0 for the first item.
-This method does not cause any layout or resizing to take place, call
-"Sizer#layout":sizer.html#Sizer_layout to update the layout "on screen" after removing a
-child from the sizer.
</del><ins>+Removes a child from the sizer and destroys it. _sizer_ is the Sizer to
+be removed, _index_ is the position of the child in the sizer, typically
+0 for the first item. This method does not...
2007 May 05
0
[1015] trunk/wxruby2/doc/textile/sizer.txtl: Clarify that size_t should be a ruby Integer
...izer to
</span><span class="cx"> be removed, _index_ is the position of the child in the sizer, typically
</span><span class="lines">@@ -389,8 +389,8 @@
</span><span class="cx"> to take place, call "Sizer#layout":sizer.html#Sizer_layout to update the
</span><span class="cx"> layout "on screen" after removing a child from the sizer.
</span><span class="cx">
</span><del>-If you have a variable holding a Window you want to remove from a sizer,
-use "Sizer#detach&...