Bug #1196 » WDoubleSpinBox.patch
| src/Wt/WDoubleSpinBox | ||
|---|---|---|
|
* The spin box provides a control for entering a fixed point
|
||
|
* number. It consists of a line edit, and buttons which allow to
|
||
|
* increase or decrease the value. If you rather need input of an
|
||
|
* integer number number, use WDoubleSpinBox instead.
|
||
|
* integer number, use WSpinBox instead.
|
||
|
*
|
||
|
* %WDoubleSpinBox is an \link WWidget::setInline(bool) inline
|
||
|
* \endlink widget.
|
||