class_spinbox.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the SpinBox.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_SpinBox:
  5. SpinBox
  6. =======
  7. **Inherits:** :ref:`Range<class_range>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Numerical input text field.
  12. Member Functions
  13. ----------------
  14. +----------------------------------+---------------------------------------------------------------+
  15. | :ref:`LineEdit<class_lineedit>` | :ref:`get_line_edit<class_SpinBox_get_line_edit>` **(** **)** |
  16. +----------------------------------+---------------------------------------------------------------+
  17. Member Variables
  18. ----------------
  19. .. _class_SpinBox_editable:
  20. - :ref:`bool<class_bool>` **editable**
  21. .. _class_SpinBox_prefix:
  22. - :ref:`String<class_string>` **prefix**
  23. .. _class_SpinBox_suffix:
  24. - :ref:`String<class_string>` **suffix**
  25. Description
  26. -----------
  27. SpinBox is a numerical input text field. It allows entering integers and floats.
  28. Member Function Description
  29. ---------------------------
  30. .. _class_SpinBox_get_line_edit:
  31. - :ref:`LineEdit<class_lineedit>` **get_line_edit** **(** **)**