search for: get_selection_range

Displaying 4 results from an estimated 4 matches for "get_selection_range".

2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...Box_getinsertionpoint </span><span class="cx"> * "ComboBox#get_last_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&q...
2007 May 10
0
wxRuby2 preview 0.0.40 released
.... - ClientDC.new and PaintDC.new cannot 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...
2007 Mar 21
0
[909] branches/wxruby2/wxwidgets_282/doc/textile/combobox.txtl: Correct disambiguated method names in methods listing
..._last_position":#ComboBox_getlastposition </span><span class="cx"> * "ComboBox#get_current_selection":#ComboBox_getcurrentselection </span><del>-* "ComboBox#get_selection":#ComboBox_getselectionrange </del><ins>+* "ComboBox#get_selection_range":#ComboBox_getselectionrange </ins><span class="cx"> * "ComboBox#paste":#ComboBox_paste </span><span class="cx"> * "ComboBox#redo":#ComboBox_redo </span><span class="cx"> * "ComboBox#replace":#Combo...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...:textpos.html *get_last_position*() </span><span class="cx"> </span><span class="cx"> Returns the last position in the combobox text field. </span><span class="cx"> </span><ins>+h3(#ComboBox_getselectionrange). ComboBox#get_selection_range + + Integer from, Integer to = *get_selection_range*() + +This is the same as +"TextCtrl#get_selection":textctrl.html#TextCtrl_getselection +for the text control which is part of the combobox, returning the +start and end position of the text selection. + +Currently this method is only...