Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.Cursor

Class Gdk.Cursor

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkCursor
Class : Cursor
Extends: GObject.Object
The GdkCursor structure represents a cursor. Its contents are private.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
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
set_device_cursor (Device device, Cursor cursor) : none
Sets a specific GdkCursor for a given device when it gets inside window.
Vte.Terminal
Method
match_set_cursor (gint32 tag, Cursor cursor) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:54 GMT+0800 (HKT)