Displaying 2 results from an estimated 2 matches for "setstatuswidths".
Did you mean:
set_status_widths
2007 May 05
0
[1016] trunk/wxruby2/swig/classes/StatusBar.i: Remove directors from StatusBar''s methods as don''t seem to need them, (Bug:6809)
...t;> $1 = new wxRect;
</span><span class="lines">@@ -24,7 +26,7 @@
</span><span class="cx"> }
</span><span class="cx"> }
</span><span class="cx">
</span><del>-
</del><ins>+// For SetStatusWidths
</ins><span class="cx"> %typemap(in,numinputs=1) (int n, int *widths) (int *arr){
</span><span class="cx"> if (($input == Qnil) || (TYPE($input) != T_ARRAY))
</span><span class="cx"> {
</span></span></pre>
</...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies