gtkSpinButtonSetNumeric {RGtk2}R Documentation

gtkSpinButtonSetNumeric

Description

Sets the flag that determines if non-numeric text can be typed into the spin button.

Usage

gtkSpinButtonSetNumeric(object, numeric)

Arguments

object [GtkSpinButton] a GtkSpinButton
numeric [logical] flag indicating if only numeric entry is allowed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]