[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 3591
type TGdkSeat = object(TGObject) |
||
function get_capabilities; |
|
|
function get_display; |
|
|
function get_keyboard; |
|
|
function get_pointer; |
|
|
function get_slaves(); |
|
|
function grab(); |
|
|
procedure ungrab; |
|
|
property display: PGdkDisplay; [r] |
|
|
end; |
|
||
|