GObject.Object
Gdk.Cursor
GdkX11.X11Cursor
Import line: | GdkX11 = imports.gi.GdkX11; |
GIR File: | GdkX11-3.0.gir |
C documentation: | GdkX11X11Cursor |
Class : | X11Cursor |
Extends: | Gdk.Cursor |
Properties | Defined By | |
---|---|---|
display : Gdk.Display
|
Gdk.Cursor |
Method / Constructor | Defined By | |
---|---|---|
new GdkX11.X11Cursor
(Object properties)
Create a new GdkX11.X11Cursor
Create a new GdkX11.X11Cursor
|
||
get_cursor_type
()
:
Gdk.CursorType
Returns the cursor type for this cursor.
Returns the cursor type for this cursor.
|
Gdk.Cursor | |
get_display
()
:
Gdk.Display
Returns the display on which the GdkCursor is defined.
Returns the display on which the GdkCursor is defined.
|
Gdk.Cursor | |
get_image
()
:
GdkPixbuf.Pixbuf
Returns a GdkPixbuf with the image used to display the cursor.
Returns a GdkPixbuf with the image used to display the cursor.
Note that depending on the capabilities of the windowing system and on the cursor, GDK may not be able to obtain the image data. In this case, NULL is returned.
|
Gdk.Cursor |
None |