package ocgtk

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

Module Gtk.Scale

class type scale_t = object ... end
class scale : [ `scale | `range | `widget | `initially_unowned | `object_ ] Gobject.obj -> scale_t
val new_ : Gtk_enums.orientation -> Ocgtk_gtk__.GAdjustment.adjustment_t option -> scale_t
val new_with_range : Gtk_enums.orientation -> float -> float -> float -> scale_t