search for: wxdash

Displaying 4 results from an estimated 4 matches for "wxdash".

Did you mean: wash
2006 Oct 19
0
[687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)
...UTC (rev 687) </span><span class="lines">@@ -40,8 +40,6 @@ </span><span class="cx"> $1 = (TYPE($input) == T_ARRAY); </span><span class="cx"> } </span><span class="cx"> </span><del>-%apply (int n, wxDash dash []) { (int n, wxDash *dashes),(int nItems, wxDash *dash) } - </del><span class="cx"> %ignore wxPen::SetStipple; </span><span class="cx"> %ignore GetStipple; </span><span class="cx"> </span></span></pre> </d...
2006 Oct 20
0
[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
...amp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-10-20 19:32:49 UTC (rev 695) </span><span class="lines">@@ -21,7 +21,10 @@ </span><span class="cx"> wxColour& GetColour() const; </span><span class="cx"> int GetDashes(wxDash** dashes ) const; </span><span class="cx"> int GetJoin() const; </span><del>- wxBitmap* GetStipple() const; </del><ins>+// not available on GTK +#if defined(__WXMSW__) || defined(__WXMAC__) + wxBitmap* GetStipple() const; +#endif </ins><s...
2005 Sep 03
1
Whole lotta stuff
1) Please ignore the patch for wxMouseEvent.h. Including this causes the build to fail. 2) Attached are several files to patch some things to get the bigdemo working (better): Added a generic typemap for converting ruby arrays into point arrays. Added a typedef for wxDash Corrected/expanded the typemap for GetTextExtent Added GetMultiLineTextExtent prototype (there are some others missing I didn''t add. I added this one because the typemap was so close to the other) Added typemap for SetDashes 3) It''s very late (just flew out to the West Coast)...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not