package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Icon_theme/class-icon_theme/index.html

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