Displaying 1 result from an estimated 1 matches for "getdashes".
Did you mean:
setdashes
2006 Oct 20
0
[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
...       2006-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&g...