Gdk.Cursor Members

The members of Gdk.Cursor are listed below.

See Also: Inherited members from GLib.Opaque

Public Constructors

Creates a cursor from standard definitions.
Internal constructor.
Creates a new cursor from the set of builtin cursors.
Documentation for this section has not yet been entered.
Creates a new cursor from a given pixmap and mask.

Public Properties

[read-only]
DisplayDisplay. Returns the display on which the Gdk.Cursor is defined.
[read-only]
static
GTypeGLib.GType. GType Property.
[read-only]
ImagePixbuf. A Pixbuf containing the Cursor's image.
TypeCursorType. Documentation for this section has not yet been entered.

Public Methods

static
NewFromName(Display, string) : Cursor
Creates a cursor by name in a cursor theme.
Ref() : Cursor
Adds a reference to the cursor
Unref()
Removes a reference from cursor, deallocating the cursor if no references remain.