[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 7640
type TGtkGesture = object(TGtkEventController) |
||
function get_bounding_box(); |
|
|
function get_bounding_box_center(); |
|
|
function get_device; |
|
|
function get_group; |
|
|
function get_last_event(); |
|
|
function get_last_updated_sequence; |
|
|
function get_point(); |
|
|
function get_sequence_state(); |
|
|
function get_sequences; |
|
|
function get_window; |
|
|
procedure group(); |
|
|
function handles_sequence(); |
|
|
function is_active; |
|
|
function is_grouped_with(); |
|
|
function is_recognized; |
|
|
function set_sequence_state(); |
|
|
function set_state(); |
|
|
procedure set_window(); |
|
|
procedure ungroup; |
|
|
property window: PGdkWindow; [rw] |
|
|
end; |
|
||
|
||
|