[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 7764
type TGtkGestureSingle = object(TGtkGesture) |
||
function get_button; |
|
|
function get_current_button; |
|
|
function get_current_sequence; |
|
|
function get_exclusive; |
|
|
function get_touch_only; |
|
|
procedure set_button(); |
|
|
procedure set_exclusive(); |
|
|
procedure set_touch_only(); |
|
|
|
||
|
||
property touch_only: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|