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

TGtkRecentManager

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

Declaration

Source position: lazgtk3.pas line 11679

type TGtkRecentManager = object(TGObject)

  priv: PGtkRecentManagerPrivate;

  

  function new;

  

  function get_default;

  

  function add_full();

  

  function add_item();

  

  function get_items;

  

  function has_item();

  

  function lookup_item();

  

  function move_item();

  

  function purge_items();

  

  function remove_item();

  

end;

Inheritance

TGtkRecentManager

  

TGObject