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/Style_context/class-style_context/index.html

Class Style_context.style_context

method add_class : string -> unit
method add_provider : Ocgtk_gtk__.GStyle_provider.style_provider_t -> int -> unit
method get_display : unit -> Ocgtk_gdk.Gdk.Display.display_t
method get_scale : unit -> int
method get_state : unit -> Ocgtk_gtk__.Gtk_enums.stateflags
method has_class : string -> bool
method remove_class : string -> unit
method remove_provider : Ocgtk_gtk__.GStyle_provider.style_provider_t -> unit
method restore : unit -> unit
method save : unit -> unit
method set_display : Ocgtk_gdk.Gdk.Display.display_t -> unit
method set_scale : int -> unit
method set_state : Ocgtk_gtk__.Gtk_enums.stateflags -> unit
method to_string : Ocgtk_gtk__.Gtk_enums.stylecontextprintflags -> string
method as_style_context : Ocgtk_gtk__.Style_context.t