GObject.Object
Gdk.Cursor
Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkCursor |
Class : | Cursor |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
display : Gdk.Display
|
Gdk.Cursor |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.Cursor
(Object properties)
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
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 |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk
Method |
Gdk.pointer_grab
(Window window, gboolean owner_events, EventMask event_mask, Window confine_to, Cursor cursor, guint32 time_)
:
Gdk.GrabStatus
Grabs the pointer (usually a mouse) so that all events are passed to this
application until the pointer is ungrabbed with gdk_pointer_ungrab(), or the grab window becomes unviewable. |
Gdk.Device
Method |
grab
(Window window, GrabOwnership grab_ownership, gboolean owner_events, EventMask event_mask, Cursor cursor, guint32 time_)
:
Gdk.GrabStatus
Grabs the device so that all events coming from this device are passed to
this application until the device is ungrabbed with gdk_device_ungrab(), or the window becomes unviewable. |
Gdk.Window
Property |
cursor : Gdk.Cursor
The mouse pointer for a GdkWindow.
|
Gdk.Window
Method |
get_cursor
()
:
Gdk.Cursor
Retrieves a GdkCursor pointer for the cursor currently set on the
specified GdkWindow, or NULL. |
Gdk.Window
Method |
get_device_cursor
(Device device)
:
Gdk.Cursor
Retrieves a GdkCursor pointer for the device currently set on the
specified GdkWindow, or NULL. |
Gdk.Window
Method |
set_cursor
(Cursor cursor)
:
none
Sets the default mouse pointer for a GdkWindow.
|
Gdk.Window
Method |
Sets a specific GdkCursor for a given device when it gets inside window.
|
Vte.Terminal
Method |
|