* Restricts the text to only numerical input. * @param numerical Numerical restriction. */
| 216 | * @param numerical Numerical restriction. |
| 217 | */ |
| 218 | void TextEdit::setNumerical(bool numerical) |
| 219 | { |
| 220 | _numerical = numerical; |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Changes the color used to render the text. Unlike regular graphics, |