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

TGtkPlacesSidebar

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

Declaration

Source position: lazgtk3.pas line 10720

type TGtkPlacesSidebar = object

  function new;

  

  procedure add_shortcut();

  

  function get_local_only;

  

  function get_location;

  

  function get_nth_bookmark();

  

  function get_open_flags;

  

  function get_show_desktop;

  

  function get_show_enter_location;

  

  function get_show_other_locations;

  

  function get_show_recent;

  

  function get_show_starred_location;

  

  function get_show_trash;

  

  function list_shortcuts;

  

  procedure remove_shortcut();

  

  procedure set_drop_targets_visible();

  

  procedure set_local_only();

  

  procedure set_location();

  

  procedure set_open_flags();

  

  procedure set_show_desktop();

  

  procedure set_show_enter_location();

  

  procedure set_show_other_locations();

  

  procedure set_show_recent();

  

  procedure set_show_starred_location();

  

  procedure set_show_trash();

  

  property local_only: gboolean; [rw]

  

  property location: PGFile; [rw]

  

  property open_flags: TGtkPlacesOpenFlags; [rw]

  

  property show_desktop: gboolean; [rw]

  

  property show_enter_location: gboolean; [rw]

  

  property show_other_locations: gboolean; [rw]

  

  property show_recent: gboolean; [rw]

  

  property show_starred_location: gboolean; [rw]

  

  property show_trash: gboolean; [rw]

  

end;

Inheritance

TGtkPlacesSidebar