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/Css_provider/class-css_provider/index.html

Class Css_provider.css_provider

inherit Ocgtk_gtk__.GStyle_provider.style_provider_t
method load_from_bytes : Glib_bytes.t -> unit
method load_from_data : string -> int -> unit
method load_from_file : Ocgtk_gio.Gio.File.file_t -> unit
method load_from_path : string -> unit
method load_from_resource : string -> unit
method load_from_string : string -> unit
method load_named : string -> string option -> unit
method to_string : unit -> string
method as_css_provider : Ocgtk_gtk__.Css_provider.t