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

TGtkTextTagTable

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

Declaration

Source position: lazgtk3.pas line 13375

type TGtkTextTagTable = object(TGObject)

  priv: PGtkTextTagTablePrivate;

  

  function new;

  

  function add();

  

  procedure foreach();

  

  function get_size;

  

  function lookup();

  

  procedure remove();

  

end;

Inheritance

TGtkTextTagTable

  

TGObject