LabelSpin
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_label_spin_get_type ()" ) ]
public class LabelSpin :
Labeled,
Implementor,
Buildable,
Orientable
Content:
Properties:
- public int digits { get; set construct; }
The number of decimal places to display.
- public double lower { get; set construct; }
The lower bound of the spin button.
- public double upper { get; set construct; }
The upper bound of the spin button.
- public double value { get; set; }
The currently set value.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GimpUi.Labeled
All known members inherited from class Gtk.Grid
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable