Displaying 2 results from an estimated 2 matches for "a_label".
Did you mean:
p_label
2007 Apr 29
0
[983] branches/wxruby2/wxwidgets_282: Make Window#paint work both inside and outside a paint event handler,
...released under the MIT-style wxruby2 license
</span><span class="cx">
</span><span class="cx"> class Wx::Window
</span><span class="lines">@@ -21,4 +21,18 @@
</span><span class="cx"> def find_window_by_label(a_label)
</span><span class="cx"> Wx:Window.find_window_by_label(a_label, self)
</span><span class="cx"> end
</span><ins>+
+ alias :__old_evt_paint :evt_paint
+ # This modified version of evt_paint sets a variable indicating that a
+ # paint...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...e name +a_name+ This corresponds to the find_window method method
+ # in WxWidgets when called with an string.
+ def find_window_by_name(a_name)
+ Wx::Window.find_window_by_name(a_name, self)
+ end
+
+ # Searches all windows below +self+ and returns the first window which
+ # has the label +a_label+.
+ def find_window_by_label(a_label)
+ Wx:Window.find_window_by_label(a_label, self)
+ end
</ins><span class="cx"> end
</span></span></pre></div>
<a id="trunkwxruby2swigclassesWindowi"></a>
<div class="modfile"&g...