man GData.adjustment () - A GtkObject representing an adjustable bounded value

NAME

GData.adjustment - A GtkObject representing an adjustable bounded value

Class

Class GData.adjustment

Documentation

class adjustment : Gtk.adjustment Gtk.obj -> object end

A GtkObject representing an adjustable bounded value

Parameters:

""

Gtk.adjustment Gtk.obj

val obj : Gtk.adjustment Gtk.obj

method as_adjustment : Gtk.adjustment Gtk.obj

method clamp_page : lower:float -> upper:float -> unit

method connect : GData.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