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

TGtkBindingSet

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

Declaration

Source position: lazgtk3.pas line 3808

type TGtkBindingSet = object

  set_name: Pgchar;

  

  priority: gint;

  

  widget_path_pspecs: PGSList;

  

  widget_class_pspecs: PGSList;

  

  class_branch_pspecs: PGSList;

  

  entries: PGtkBindingEntry;

  

  current: PGtkBindingEntry;

  

  Bitfield0: TGtkBindingSetBitfield0;

  

  function activate();

  

  function by_class();

  

  function find();

  

  function new();

  

end;

Inheritance

TGtkBindingSet