[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 3222
type TGdkCursor = object(TGObject) |
||
function new_for_display(); |
|
|
function new_from_name(); |
|
|
function new_from_pixbuf(); |
|
|
function new_from_surface(); |
|
|
function get_cursor_type; |
|
|
function get_display; |
|
|
function get_image; |
|
|
function get_surface(); |
|
|
property cursor_type: TGdkCursorType; [r] |
|
|
property display: PGdkDisplay; [r] |
|
|
end; |
|
||
|