search for: set_insertion_point

Displaying 6 results from an estimated 6 matches for "set_insertion_point".

Did you mean: get_insertion_point
2006 Aug 04
0
TE_RICH2 RichEdit control
...manipulate a string representation of the edit buffer without the index positions being off because of a carriage return/line feed in one case and only a line feed in another. This allows, for example, a substring to be found by using position = edit_control.get_value.index(substring) edit_control.set_insertion_point(position) Jamal
2007 Mar 21
0
[909] branches/wxruby2/wxwidgets_282/doc/textile/combobox.txtl: Correct disambiguated method names in methods listing
...t; * "ComboBox#redo":#ComboBox_redo </span><span class="cx"> * "ComboBox#replace":#ComboBox_replace </span><span class="cx"> * "ComboBox#remove":#ComboBox_remove </span><span class="cx"> * "ComboBox#set_insertion_point":#ComboBox_setinsertionpoint </span><span class="cx"> * "ComboBox#set_insertion_point_end":#ComboBox_setinsertionpointend </span><del>-* "ComboBox#set_selection":#ComboBox_setselectionrange </del><ins>+* "ComboBox#set_selec...
2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...t; * "ComboBox#redo":#ComboBox_redo </span><span class="cx"> * "ComboBox#replace":#ComboBox_replace </span><span class="cx"> * "ComboBox#remove":#ComboBox_remove </span><span class="cx"> * "ComboBox#set_insertion_point":#ComboBox_setinsertionpoint </span><span class="cx"> * "ComboBox#set_insertion_point_end":#ComboBox_setinsertionpointend </span><del>-* "ComboBox#set_selection_range":#ComboBox_setselectionrange </del><ins>+* "ComboBox#set...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...t; * "ComboBox#redo":#ComboBox_redo </span><span class="cx"> * "ComboBox#replace":#ComboBox_replace </span><span class="cx"> * "ComboBox#remove":#ComboBox_remove </span><span class="cx"> * "ComboBox#set_insertion_point":#ComboBox_setinsertionpoint </span><span class="cx"> * "ComboBox#set_insertion_point_end":#ComboBox_setinsertionpointend </span><del>-* "ComboBox#set_selection":#ComboBox_setselection </del><ins>+* "ComboBox#set_selection&...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
..."TextCtrl#is_multi_line":#TextCtrl_ismultiline </span><span class="cx"> * "TextCtrl#is_single_line":#TextCtrl_issingleline </span><span class="lines">@@ -162,9 +192,11 @@ </span><span class="cx"> * "TextCtrl#set_insertion_point":#TextCtrl_setinsertionpoint </span><span class="cx"> * "TextCtrl#set_insertion_point_end":#TextCtrl_setinsertionpointend </span><span class="cx"> * "TextCtrl#set_max_length":#TextCtrl_setmaxlength </span><ins>+* &quot...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up