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

TGtkTextTag

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

Declaration

Source position: lazgtk3.pas line 13389

type TGtkTextTag = object(TGObject)

  priv: PGtkTextTagPrivate;

  

  function new();

  

  procedure changed();

  

  function event();

  

  function get_priority;

  

  procedure set_priority();

  

end;

Inheritance

TGtkTextTag

  

TGObject