[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkGestureSingle

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 button: guint; [rw]

  

  property exclusive: gboolean; [rw]

  

  property touch_only: gboolean; [rw]

  

end;

Inheritance

TGtkGestureSingle

  

TGtkGesture

  

TGtkEventController

  

TGObject