package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `adjustment ] Gobject.obj
method set_lower : adjustment_props -> float -> unit
method set_page_increment : 'a -> float -> unit
method set_page_size : 'a -> float -> unit
method set_step_increment : 'a -> float -> unit
method set_upper : 'a -> float -> unit
method set_value : 'a -> float -> unit
method lower : 'a -> float
method page_increment : 'a -> float
method page_size : 'a -> float
method step_increment : 'a -> float
method upper : 'a -> float
method value : 'a -> float