package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GEdit/class-spin_button_signals/index.html

Class GEdit.spin_button_signalsSource

@gtkdoc gtk GtkSpinButton

method change_value : callback:(Gtk.Tags.scroll_type -> unit) -> GtkSignal.id
method input : callback:(unit -> int) -> GtkSignal.id
method output : callback:(unit -> bool) -> GtkSignal.id
method value_changed : callback:(unit -> unit) -> GtkSignal.id
method wrapped : callback:(unit -> unit) -> GtkSignal.id
method notify_adjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_digits : callback:(int -> unit) -> GtkSignal.id
method notify_numeric : callback:(bool -> unit) -> GtkSignal.id
method notify_rate : callback:(float -> unit) -> GtkSignal.id
method notify_snap_to_ticks : callback:(bool -> unit) -> GtkSignal.id
method notify_update_policy : callback: (Gtk.Tags.spin_button_update_policy -> unit) -> GtkSignal.id
method notify_value : callback:(float -> unit) -> GtkSignal.id
method notify_wrap : callback:(bool -> unit) -> GtkSignal.id