Skip to content
reduz edited this page Feb 23, 2014 · 9 revisions

SpinBox

####Inherits: Range ####Category: Core

Brief Description

Numerical input text field.

Member Functions

Description

SpinBox is a numerical input text field. It allows entering integers and floats.

Member Function Description

  • void set_suffix ( String suffix )

Set a specific suffix.

Return the specific suffix.

  • void set_prefix ( String prefix )

Set a prefix.

  • void set_editable ( bool editable )

Set whether the spinbox is editable.

  • bool is_editable ( ) const

Return if the spinbox is editable.

Clone this wiki locally