Displaying 1 result from an estimated 1 matches for "setjoin".
Did you mean:
netjoin
2006 Oct 20
0
[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
...span class="lines">@@ -31,7 +34,10 @@
</span><span class="cx"> void SetColour(int red , int green , int blue ) ;
</span><span class="cx"> void SetDashes(int n , wxDash* dashes ) ;
</span><span class="cx"> void SetJoin(int join_style ) ;
</span><del>- void SetStipple(wxBitmap* stipple ) ;
</del><ins>+// not available on GTK
+#if defined(__WXMSW__) || defined(__WXMAC__)
+ void SetStipple(const wxBitmap& stipple ) ;
+#endif
</ins><span class="cx"> void SetStyl...