Displaying 2 results from an estimated 2 matches for "get_text_selection_rang".
Did you mean:
get_text_selection_range
2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...position":#ComboBox_getlastposition
</span><span class="cx"> * "ComboBox#get_current_selection":#ComboBox_getcurrentselection
</span><del>-* "ComboBox#get_selection_range":#ComboBox_getselectionrange
</del><ins>+* "ComboBox#get_text_selection_range":#ComboBox_gettextselectionrange
</ins><span class="cx"> * "ComboBox#paste":#ComboBox_paste
</span><span class="cx"> * "ComboBox#redo":#ComboBox_redo
</span><span class="cx"> * "ComboBox#replace":#...
2007 May 10
0
wxRuby2 preview 0.0.40 released
...annot now be called directly - always use the paint() method to get a DC for drawing on a window
- A number of deprecated methods have been removed
- evt_destroy and evt_create are now evt_window_destroy and evt_window_create, and accept zero arguments
- ComboBox#get_selection_range is now ComboBox#get_text_selection_range
CREDITS
Many thanks to Sean Long for providing binary builds for OS X/i686 and Windows, as well as many code patches, and improvements for docs and samples, and to Artur Kuptel whose major patch kickstarted the upgrade to 2.8.3, as well as pinning down the spectacular (in a bad way) paint bugs on...