package lablgtk3

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

A GtkObject representing an adjustable bounded value @gtkdoc gtk GtkAdjustment

inherit GObj.gtkobj
method as_adjustment : Gtk.adjustment Gtk.obj
method clamp_page : lower:float -> upper:float -> unit
method connect : adjustment_signals
method set_value : float -> unit
method lower : float
method upper : float
method value : float
method step_increment : float
method page_increment : float
method page_size : float
method set_bounds : ?lower:float -> ?upper:float -> ?step_incr:float -> ?page_incr:float -> ?page_size:float -> unit -> unit
method set_lower : float -> unit
method set_page_increment : float -> unit
method set_page_size : float -> unit
method set_step_increment : float -> unit
method set_upper : float -> unit
method set_value : float -> unit