class wxCursor: public wxObject
{
- DECLARE_DYNAMIC_CLASS(wxCursor)
-
- public:
+public:
wxCursor();
wxCursor( int cursorId );
bool operator != ( const wxCursor& cursor ) const;
bool Ok() const;
+ // implementation
+
GdkCursor *GetCursor() const;
- // no data :-)
+private:
+ DECLARE_DYNAMIC_CLASS(wxCursor)
};
#endif // __GTKCURSORH__