Package: gdk

Class gdk-cursor

Superclasses

g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

cursor-type
The cursor-type property of type gdk-cursor-type (Read / Write / Construct)
Standard cursor type.
Default value: :x-cursor
display
The display property of type gdk-display (Read / Write / Construct)
Display of the cursor.

Details

The gdk-cursor object represents a cursor. There is a number of standard cursors, but it is also possible to construct new cursors from pixbufs. There may be limitations as to what kinds of cursors can be constructed on a given display.

Cursors by themselves are not very interesting, they must be bound to a window for users to see them. This is done with the gdk-window-cursor function or by setting the cursor member of the gdk-window-attr instance passed to the gdk-window-new function.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-11