]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
Removed wxHTMLHelpControllerBase (putting the
[wxWidgets.git] / include / wx / gdicmn.h
index 7b6cd783cd36f5dc8e06c642f172d3124d28e4d0..2df4124c47bdad9ab69194728bdb7af6568be4b8 100644 (file)
@@ -115,6 +115,9 @@ enum wxStockCursor
 #ifdef __WXGTK__
     wxCURSOR_DEFAULT, // standard X11 cursor
 #endif
+#ifdef __WXMAC__
+       wxCURSOR_COPY_ARROW , // MacOS Theme Plus arrow 
+#endif
 #ifdef __X__
     // Not yet implemented for Windows
     wxCURSOR_CROSS_REVERSE,
@@ -196,9 +199,7 @@ enum wxStockCursor
 class WXDLLEXPORT wxSize
 {
 public:
-    // members are public for compatibility (don't use them directly,
-    // especially that there names were chosen very unfortunately - they should
-    // have been called width and height)
+    // members are public for compatibility, don't use them directly.
     int x, y;
 
     // constructors