package ocgtk

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

Class Scale.scale

inherit Ocgtk_gtk__.GRange.range_t
method add_mark : float -> Ocgtk_gtk__.Gtk_enums.positiontype -> string option -> unit
method clear_marks : unit -> unit
method get_digits : unit -> int
method get_draw_value : unit -> bool
method get_has_origin : unit -> bool
method get_layout : unit -> Ocgtk_pango.Pango.Layout.layout_t option
method get_value_pos : unit -> Ocgtk_gtk__.Gtk_enums.positiontype
method set_digits : int -> unit
method set_draw_value : bool -> unit
method set_has_origin : bool -> unit
method set_value_pos : Ocgtk_gtk__.Gtk_enums.positiontype -> unit
method as_scale : Ocgtk_gtk__.Scale.t