]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
Reworked Frame class
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index d274b6be95c24f6aeca538b9769ca67a85605170..fc353d46830f8d280b8af18c7e1d890d3285ba93 100644 (file)
@@ -25,9 +25,7 @@
 
 class wxCursor: public wxObject
 {
-  DECLARE_DYNAMIC_CLASS(wxCursor)
-
-  public:
+public:
 
     wxCursor();
     wxCursor( int cursorId );
@@ -38,9 +36,12 @@ class wxCursor: public wxObject
     bool operator != ( const wxCursor& cursor ) const;
     bool Ok() const;
 
+    // implementation
+
     GdkCursor *GetCursor() const;
 
-    // no data :-)
+private:
+    DECLARE_DYNAMIC_CLASS(wxCursor)
 };
 
 #endif // __GTKCURSORH__