.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the SpinBox.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_SpinBox: SpinBox ======= **Inherits:** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Numerical input text field. Member Functions ---------------- +----------------------------------+---------------------------------------------------------------+ | :ref:`LineEdit` | :ref:`get_line_edit` **(** **)** | +----------------------------------+---------------------------------------------------------------+ Member Variables ---------------- .. _class_SpinBox_editable: - :ref:`bool` **editable** .. _class_SpinBox_prefix: - :ref:`String` **prefix** .. _class_SpinBox_suffix: - :ref:`String` **suffix** Description ----------- SpinBox is a numerical input text field. It allows entering integers and floats. Member Function Description --------------------------- .. _class_SpinBox_get_line_edit: - :ref:`LineEdit` **get_line_edit** **(** **)**