Cursor
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_cursor_get_type ()" ) ]
public class Cursor :
Object
A Cursor represents a cursor.
Its contents are private.
Content:
Properties:
Creation methods:
Methods:
- public unowned Cursor @ref ()
Adds a reference to this.
- public CursorType get_cursor_type ()
Returns the cursor type for this cursor.
- public unowned Display get_display ()
Returns the display on which the Cursor is
defined.
- public Pixbuf? get_image ()
Returns a Pixbuf
with the image used to display the cursor.
- public Surface? get_surface (out double x_hot, out double y_hot)
Returns a cairo image surface with the image used to display the cursor.
- public void unref ()
Removes a reference from this,
deallocating the cursor if no references remain.
Inherited Members:
All known members inherited from class GLib.Object