package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Icon_theme.icon_theme

method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method add_resource_path : string -> unit
method add_search_path : string -> unit
method get_display : unit -> Ocgtk_gdk.Gdk.Display.display_t option
method get_icon_names : unit -> string array
method get_resource_path : unit -> string array option
method get_search_path : unit -> string array option
method get_theme_name : unit -> string
method has_gicon : Ocgtk_gio.Gio.Icon.icon_t -> bool
method has_icon : string -> bool
method lookup_by_gicon : Ocgtk_gio.Gio.Icon.icon_t -> int -> int -> Ocgtk_gtk__.Gtk_enums.textdirection -> Ocgtk_gtk__.Gtk_enums.iconlookupflags -> Ocgtk_gtk__.GIcon_paintable.icon_paintable_t
method lookup_icon : string -> string array option -> int -> int -> Ocgtk_gtk__.Gtk_enums.textdirection -> Ocgtk_gtk__.Gtk_enums.iconlookupflags -> Ocgtk_gtk__.GIcon_paintable.icon_paintable_t
method set_resource_path : string array option -> unit
method set_search_path : string array option -> unit
method set_theme_name : string option -> unit
method as_icon_theme : Ocgtk_gtk__.Icon_theme.t