search for: showposition

Displaying 2 results from an estimated 2 matches for "showposition".

2007 Jul 12
0
[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway
...t;>@@ -50,7 +50,7 @@ </span><span class="cx"> virtual long XYToPosition(long x, long y) const; </span><span class="cx"> virtual bool PositionToXY(long pos, long *x, long *y) const; </span><span class="cx"> virtual void ShowPosition(long pos); </span><del>- virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const; </del><ins>+ </ins><span class="cx"> virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, </span><span class="cx&quo...
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat