Displaying 6 results from an estimated 6 matches for "get_last_posit".
2007 Jun 17
2
Wx::TextCtrl and wxMSW
...g of the text to colorize it, but I think this is
just generally a problem
# with word wrapping in general
self.freeze # Freeze the buffer, so the control doesn''t try to scroll
on us, don''t need that. Plus makes for faster updates
succ,c,sl = self.position_to_xy(self.get_last_position) # Need to know
where we are at in the buffer. Only part used is sl
# Here is where I process my text, but shouldn''t be needed for other
stuff, least your doing an Extended Text Formatting
self.append_text(text)
self.thaw # Okay, we are done adding, so you can clear out no...
2006 Apr 27
5
Major Breakthrough?
Attached are patches to make the textctrl.rb sample work fully. Note
the new %directorargout typemap I added to fix wxWindows calling into
SWIG. I don''t know if this can fix all such problems or not. Let me
know what you think.
I also rubified the sample a little bit more. Also, note that I fix the
<< operator so the function can be called. I hope I did this right.
Roy
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...* "ComboBox#cut":#ComboBox_cut
</span><ins>+* "ComboBox#get_value":#ComboBox_getvalue
</ins><span class="cx"> * "ComboBox#get_insertion_point":#ComboBox_getinsertionpoint
</span><span class="cx"> * "ComboBox#get_last_position":#ComboBox_getlastposition
</span><del>-* "ComboBox#get_value":#ComboBox_getvalue
</del><ins>+* "ComboBox#get_current_selection":#ComboBox_getcurrentselection
+* "ComboBox#get_selection":#ComboBox_getselectionrange
</ins><span c...
2007 Apr 12
1
(no subject)
Bonjour. Je n''ai pas encore eu l''occasion d''utiliser TE_RICH2 en plus de TE_RICH | TE_MULTILINE, je compte l''essayƩ.
Pour rentrer le texte dans TextCtrl j''utilise : @dou << texte
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 21
0
[909] branches/wxruby2/wxwidgets_282/doc/textile/combobox.txtl: Correct disambiguated method names in methods listing
...p;nbsp 2007-03-21 10:54:07 UTC (rev 909)
</span><span class="lines">@@ -60,14 +60,14 @@
</span><span class="cx"> * "ComboBox#get_insertion_point":#ComboBox_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":#ComboBox_getselectionrange
</del><ins>+* "ComboBox#get_selecti...
2007 Apr 29
0
[989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
...p;nbsp 2007-04-29 16:15:23 UTC (rev 989)
</span><span class="lines">@@ -60,14 +60,14 @@
</span><span class="cx"> * "ComboBox#get_insertion_point":#ComboBox_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_t...