Class

GdkX11X11Cursor

Description

final class GdkX11.X11Cursor : Gdk.Cursor
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GdkX11Cursor ancestor_0 GdkCursor ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Instance methods

gdk_x11_cursor_get_xcursor

Returns the X cursor belonging to a GdkCursor.

gdk_x11_cursor_get_xdisplay

Returns the display of a GdkCursor.

Methods inherited from GdkCursor (6)
gdk_cursor_get_cursor_type

Returns the cursor type for this cursor.

gdk_cursor_get_display

Returns the display on which the GdkCursor is defined.

gdk_cursor_get_image

Returns a GdkPixbuf with the image used to display the cursor.

gdk_cursor_get_surface

Returns a cairo image surface with the image used to display the cursor.

gdk_cursor_ref

Adds a reference to cursor.

gdk_cursor_unref

Removes a reference from cursor, deallocating the cursor if no references remain.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GdkCursor (2)
Gdk.Cursor:cursor-type
No description available.
Gdk.Cursor:display
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GdkX11X11CursorClass {
  /* no available fields */
}

No description available.