abst@ype
GtkSpinButtonUpdatePolicy = $extype "GtkSpinButtonUpdatePolicy"
macdef GTK_UPDATE_ALWAYS =
$extval (GtkSpinButtonUpdatePolicy, "GTK_UPDATE_ALWAYS")
macdef GTK_UPDATE_IF_VALID =
$extval (GtkSpinButtonUpdatePolicy, "GTK_UPDATE_IF_VALID")
abst@ype GtkSpinType = $extype "GtkSpinType"
macdef GTK_SPIN_STEP_FORWARD = $extval (GtkSpinType, "GTK_SPIN_STEP_FORWARD")
macdef GTK_SPIN_STEP_BACKWARD = $extval (GtkSpinType, "GTK_SPIN_STEP_BACKWARD")
macdef GTK_SPIN_PAGE_FORWARD = $extval (GtkSpinType, "GTK_SPIN_PAGE_FORWARD")
macdef GTK_SPIN_PAGE_BACKWARD = $extval (GtkSpinType, "GTK_SPIN_PAGE_BACKWARD")
macdef GTK_SPIN_HOME = $extval (GtkSpinType, "GTK_SPIN_HOME")
macdef GTK_SPIN_END = $extval (GtkSpinType, "GTK_SPIN_END")
macdef GTK_SPIN_USER_DEFINED = $extval (GtkSpinType, "GTK_SPIN_USER_DEFINED")
fun gtk_spin_button_new {c:cls | c <= GtkAdjustment} {l:agz}
(adj: !gobjref (c, l), rate: gdouble, digits: guint): GtkSpinButton_ref1
= "#atsctrb_gtk_spin_button_new"
fun gtk_spin_button_configure
{c1,c2:cls | c1 <= GtkSpinButton; c2 <= GtkAdjustment}
{l1,l2:agz} (
button: !gobjref (c1, l1), adj: !gobjref (c2, l2), rate: gdouble, digits: guint
) : void = "#atsctrb_gtk_spin_button_configure"
fun gtk_spin_button_get_range
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l), min: &gdouble? >> gdouble, max: &gdouble? >> gdouble): void
= "#atsctrb_gtk_spin_button_get_range"
fun gtk_spin_button_set_range
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l), min: gdouble, max: gdouble): void
= "#atsctrb_gtk_spin_button_set_range"
fun gtk_spin_button_get_value
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): gdouble
= "#atsctrb_gtk_spin_button_get_value"
fun gtk_spin_button_get_value_as_int
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): gint
= "#atsctrb_gtk_spin_button_get_value_as_int"
fun gtk_spin_button_set_value
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l), value: gdouble): void
= "#atsctrb_gtk_spin_button_set_value"
fun gtk_spin_button_get_digits
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): guint
= "#atsctrb_gtk_spin_button_get_digits"
fun gtk_spin_button_set_digits
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l), digits: guint): void
= "#atsctrb_gtk_spin_button_set_digits"
fun gtk_spin_button_get_numeric
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): gboolean
= "#atsctrb_gtk_spin_button_get_numeric"
fun gtk_spin_button_set_numeric
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l), numeric: gboolean): void
= "#atsctrb_gtk_spin_button_set_numeric"
fun gtk_spin_button_get_wrap
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): gboolean
= "#atsctrb_gtk_spin_button_get_wrap"
fun gtk_spin_button_set_wrap
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l), wrap: gboolean): void
= "#atsctrb_gtk_spin_button_set_wrap"
fun gtk_spin_button_get_snap_to_ticks
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l)): gboolean
= "#atsctrb_gtk_spin_button_get_snap_to_ticks"
fun gtk_spin_button_set_snap_to_ticks
{c:cls | c <= GtkSpinButton} {l:agz} (button: !gobjref (c, l), s2t: gboolean): void
= "#atsctrb_gtk_spin_button_set_snap_to_ticks"
fun gtk_spin_button_get_update_policy
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l)): GtkSpinButtonUpdatePolicy
= "#atsctrb_gtk_spin_button_get_update_policy"
fun gtk_spin_button_set_update_policy
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l), policy: GtkSpinButtonUpdatePolicy): void
= "#atsctrb_gtk_spin_button_set_update_policy"
fun gtk_spin_button_spin
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l), dir: GtkSpinType, inc: gdouble) : void
= "#atsctrb_gtk_spin_button_spin"
fun gtk_spin_button_update
{c:cls | c <= GtkSpinButton} {l:agz}
(button: !gobjref (c, l)) : void = "#atsctrb_gtk_spin_button_update"