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

TGtkRecentChooserMenu

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

Declaration

Source position: lazgtk3.pas line 11850

type TGtkRecentChooserMenu = object(TGtkMenu)

  priv4: PGtkRecentChooserMenuPrivate;

  

  function new;

  

  function new_for_manager();

  

  function get_show_numbers;

  

  procedure set_show_numbers();

  

  property show_numbers: gboolean; [rw]

  

end;

Inheritance

TGtkRecentChooserMenu

  

TGtkMenu

  

TGtkMenuShell

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject