]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/cursor.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __GTKCURSORH__
13 #define __GTKCURSORH__
20 #include "wx/object.h"
21 #include "wx/gdicmn.h"
23 //-----------------------------------------------------------------------------
25 //-----------------------------------------------------------------------------
31 //-----------------------------------------------------------------------------
33 //-----------------------------------------------------------------------------
35 class wxCursor
: public wxObject
37 DECLARE_DYNAMIC_CLASS(wxCursor
)
42 wxCursor( int cursorId
);
43 wxCursor( const wxCursor
&cursor
);
44 wxCursor( const wxCursor
*cursor
);
46 wxCursor
& operator = ( const wxCursor
& cursor
);
47 bool operator == ( const wxCursor
& cursor
);
48 bool operator != ( const wxCursor
& cursor
);
56 GdkCursor
*GetCursor(void) const;
61 #endif // __GTKCURSORH__