]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
Reduce ambiguity of selection functions in wxPropertyGridManager, make them better...
[wxWidgets.git] / include / wx / gtk / cursor.h
index 8269c070484990036f6a79db795ed52fecf92115..3d93d7b47177153dc4b7f2c124f8b67a48e0b27f 100644 (file)
@@ -11,6 +11,7 @@
 #define _WX_GTK_CURSOR_H_
 
 #include "wx/gdiobj.h"
+#include "wx/gdicmn.h"
 
 class WXDLLIMPEXP_FWD_CORE wxColour;
 class WXDLLIMPEXP_FWD_CORE wxImage;
@@ -23,14 +24,14 @@ class WXDLLIMPEXP_CORE wxCursor : public wxGDIObject
 {
 public:
     wxCursor();
-    wxCursor( int cursorId );
+    wxCursor( wxStockCursor cursorId );
 #if wxUSE_IMAGE
     wxCursor( const wxImage & image );
 #endif
-    wxCursor( const char bits[], int width, int  height,
-              int hotSpotX=-1, int hotSpotY=-1,
+    wxCursor( const char bits[], int width, int height,
+              int hotSpotX = -1, int hotSpotY = -1,
               const char maskBits[] = NULL,
-              const wxColour *fg = NULL, const wxColour *bg = NULL );
+              const wxColour* fg = NULL, const wxColour* bg = NULL);
     virtual ~wxCursor();
 
     // implementation