package lablgtk3

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

@gtkdoc gtk GtkAdjustment

method changed : callback:(unit -> unit) -> GtkSignal.id
method value_changed : callback:(unit -> unit) -> GtkSignal.id
method notify_lower : callback:(float -> unit) -> GtkSignal.id
method notify_page_increment : callback:(float -> unit) -> GtkSignal.id
method notify_page_size : callback:(float -> unit) -> GtkSignal.id
method notify_step_increment : callback:(float -> unit) -> GtkSignal.id
method notify_upper : callback:(float -> unit) -> GtkSignal.id
method notify_value : callback:(float -> unit) -> GtkSignal.id