package ocgtk

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

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