package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module ProviderPriority : sig ... end
val add_provider_for_screen : Gdk.screen -> Gtk.css_provider -> ProviderPriority.t -> unit
val remove_provider_for_screen : Gdk.screen -> Gtk.css_provider -> unit
val reset_widgets : Gdk.screen -> unit
val add_provider : Gtk.style_context -> Gtk.css_provider -> ProviderPriority.t -> unit

Does not cascade!!

val remove_provider : Gtk.style_context -> Gtk.css_provider -> unit
val add_class : Gtk.style_context -> string -> unit
val remove_class : Gtk.style_context -> string -> unit
val has_class : Gtk.style_context -> string -> bool
val list_classes : Gtk.style_context -> string list