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

TGtkIconTheme

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

Declaration

Source position: lazgtk3.pas line 8584

type TGtkIconTheme = object(TGObject)

  priv: PGtkIconThemePrivate;

  

  function new;

  

  function get_default;

  

  function get_for_screen();

  

  procedure add_resource_path();

  

  procedure append_search_path();

  

  function choose_icon();

  

  function choose_icon_for_scale();

  

  function get_example_icon_name;

  

  function get_icon_sizes();

  

  procedure get_search_path();

  

  function has_icon();

  

  function list_contexts;

  

  function list_icons();

  

  function load_icon();

  

  function load_icon_for_scale();

  

  function load_surface();

  

  function lookup_by_gicon();

  

  function lookup_by_gicon_for_scale();

  

  function lookup_icon();

  

  function lookup_icon_for_scale();

  

  procedure prepend_search_path();

  

  function rescan_if_needed;

  

  procedure set_custom_theme();

  

  procedure set_screen();

  

  procedure set_search_path();

  

end;

Inheritance

TGtkIconTheme

  

TGObject