class Inti::Gdk::Cursor is declared in the header inti/gdk/cursor.h.
Superclasses. none
Subclasses. none
Public Enumerations.
enum Type |
Public Constructors.
Cursor (Type t) Cursor (const Pixmap * pixmap, const Bitmap * mask, const Color & foreground, const Color & background, int hotspot_x, int hotspot_y) Cursor (GdkCursorType gdk_type) Cursor (const Cursor & src) |
Public Destructor.
~Cursor () |
Public Methods.
GdkCursor * gdk_cursor () const Cursor& operator= (const Cursor & src) Type type () const |
Cursor (const Pixmap * pixmap, const Bitmap * mask, const Color & foreground, const Color & background, int hotspot_x, int hotspot_y) |
| pixmap | |
| mask | |
| foreground | |
| background | |
| hotspot_x | |
| hotspot_y |