38#include <Inventor/SbLinear.h>
39#include <Inventor/Gtk/SoGtkBasic.h>
43 static void initClass(
void);
70 Shape getShape(
void)
const;
71 void setShape(
const Shape shape);
73 const CustomCursor & getCustomCursor(
void)
const;
81 void commonConstructor(
const Shape shape,
const CustomCursor * cc);
The SoGtkCursor class is used to set cursors for GUI components.
Definition SoGtkCursor.h:41
Shape
Definition SoGtkCursor.h:54
@ CROSSHAIR
Definition SoGtkCursor.h:58
@ BUSY
Definition SoGtkCursor.h:57
The SoGtkCursor::CustomCursor class is used to specify bitmap data for SoGtkCursor custom cursors.
Definition SoGtkCursor.h:45
unsigned char * bitmap
Definition SoGtkCursor.h:48
unsigned char * mask
Definition SoGtkCursor.h:49
SbVec2s hotspot
Definition SoGtkCursor.h:47
SbVec2s dim
Definition SoGtkCursor.h:46