Displaying 2 results from an estimated 2 matches for "sizer_detach".
2007 May 05
0
[1015] trunk/wxruby2/doc/textile/sizer.txtl: Clarify that size_t should be a ruby Integer
...t;/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":sizer.html#Sizer_detach instead.
</del><ins>+If you have a variable holding a "Window":window.html you want to remove
+from a sizer, use "Sizer#detach":sizer.html#Sizer_detach instead.
</ins><span class="cx">
</span><span class="cx"> Returns true...
2006 Nov 23
0
[749] trunk/wxruby2: Bring the documentation and actual method support into line for
...d from the sizer.
</ins><span class="cx">
</span><del>-*NB:* The method taking a Window* parameter is deprecated. For historical reasons
-it does not destroy the window as would usually be expected from Remove. You should use
-"Sizer#detach":sizer.html#Sizer_detach in new code instead. There is currently no Sizer
-method that will both detach and destroy a Window item.
</del><ins>+If you have a variable holding a Window you want to remove from a sizer,
+use "Sizer#detach":sizer.html#Sizer_detach instead.
</ins><span class="...