]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/cursor.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #ifndef __GTKCURSORH__
12 #define __GTKCURSORH__
19 #include "wx/object.h"
20 #include "wx/gdicmn.h"
22 //-----------------------------------------------------------------------------
24 //-----------------------------------------------------------------------------
30 //-----------------------------------------------------------------------------
32 //-----------------------------------------------------------------------------
34 class wxCursor
: public wxObject
36 DECLARE_DYNAMIC_CLASS(wxCursor
)
41 wxCursor( int cursorId
);
42 wxCursor( const wxCursor
&cursor
);
43 wxCursor( const wxCursor
*cursor
);
45 wxCursor
& operator = ( const wxCursor
& cursor
);
46 bool operator == ( const wxCursor
& cursor
);
47 bool operator != ( const wxCursor
& cursor
);
55 GdkCursor
*GetCursor(void) const;
60 #endif // __GTKCURSORH__