Displaying 1 result from an estimated 1 matches for "getnumberoflin".
Did you mean:
getnumberoflines
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...lines">@@ -408,14 +440,19 @@
</span><span class="cx"> h4. Remarks
</span><span class="cx">
</span><span class="cx"> Note that even empty text controls have one line (where the insertion point
</span><del>-is), so GetNumberOfLines() never returns 0.
</del><ins>+is), so GetNumberOfLines() never returns $0$.
</ins><span class="cx">
</span><del>-For gtk_text (multi-line) controls, the number of lines is
-calculated by actually counting newline characters in the buffer. You
-may w...