search for: wxedge

Displaying 3 results from an estimated 3 matches for "wxedge".

Did you mean: wedge
2006 Nov 24
0
[756] trunk/wxruby2/swig: Moved one-shot typemaps for ListBox.get_selections into ListBox.i
...; selections) { - - $result = rb_ary_new(); - - for (int i = 0; i < ($1)->GetCount(); i++) - { - rb_ary_push($result,INT2NUM( ($1)->Item(i) ) ); - } -} - -############################################################## - </del><span class="cx"> %typemap(in) wxEdge { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = (wxEdge)NUM2INT($input); </span><span class="cx"> } </span></span></pre> </div> </div> </body> </html>
2006 Nov 23
0
[752] trunk/wxruby2: Fix for Bug #6810: ListBox#get_selections should return an array of selections
...(); i++) + { + rb_ary_push($result,INT2NUM( ($1)->Item(i) ) ); + } +} + </ins><span class="cx"> ############################################################## </span><span class="cx"> </span><span class="cx"> %typemap(in) wxEdge { </span></span></pre> </div> </div> </body> </html>
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...t;span class="lines">@@ -4,8 +4,6 @@ </span><span class="cx"> typedef int wxWindowID; </span><span class="cx"> typedef int wxCoord; </span><span class="cx"> typedef int wxEventType; </span><del>-//typedef int wxEdge; -//typedef int wxRelationship; </del><span class="cx"> enum wxBitmapType; </span><span class="cx"> typedef short int WXTYPE; </span><span class="cx"> enum wxCalendarHitTestResult; </span><span class="lines">@@...