]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/pen.h
added template wxScopedArray<> too
[wxWidgets.git] / interface / wx / pen.h
index 38a652feed18b7225d9decfccc309d0f35125171..97e940d15ff54f65b135fd7f2b73d22c143c5233 100644 (file)
@@ -162,9 +162,9 @@ public:
             The style may be one of the ::wxPenStyle values.
 
         @remarks Different versions of Windows and different versions of other
-                 platforms support very different subsets of the styles
-                 above - there is no similarity even between Windows95
-                 and Windows98 - so handle with care.
+                 platforms support very different subsets of the styles above
+                 - there is no similarity even between Windows95 and Windows98 -
+                 so handle with care.
 
         @see SetStyle(), SetColour(), SetWidth()
     */
@@ -179,6 +179,8 @@ public:
         @param stipple
             A stipple bitmap.
 
+        @onlyfor{wxmsw,wxmac}
+
         @see SetWidth(), SetStipple()
     */
     wxPen(const wxBitmap& stipple, int width);