package ocgtk

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

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