Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkCursor |
Struct : | Cursor |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
ref_count : Number
|
Gdk.Cursor | |
type : Gdk.CursorType
|
Gdk.Cursor |
Method / Constructor | Defined By | |
---|---|---|
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
Create a new Gdk.Cursor
|
||
new Gdk.Cursor.from_pixmap
(Pixmap source, Pixmap mask, Color fg, Color bg, Number x, Number y)
:
Gdk.Cursor
Create a new Gdk.Cursor
Create a new Gdk.Cursor
|
||
get_display
()
:
Gdk.Display
|
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, Boolean owner_events, EventMask event_mask, Window confine_to, Cursor cursor, Number time_)
:
Gdk.GrabStatus
|
Gdk.Window
Property |
cursor : Gdk.Cursor
The mouse pointer for a GdkWindow.
|
Gdk.Window
Method |
set_cursor
(Cursor cursor)
:
none
Sets 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.
|
GooCanvas.Canvas
Method |
|
Vte.Terminal
Method |
|