gtGUITextField
abstract class : gtGUIObjectCommon

Поле с текстом.
Данный вид текста может располагаться на нескольких строчках.

Методы
gtGUITextField::clear
virtual void clear() = 0;
Очистить поле.

gtGUITextField::getBackgroundShape
virtual gtGUIShape* getBackgroundShape() = 0;
Получить фон.

gtGUITextField::getText
virtual const gtString& getText() = 0;
Получить текст.

gtGUITextField::setBackgroundColor
virtual void setBackgroundColor( const gtColor& color ) = 0;
Установить цвет фона.

gtGUITextField::setBackgroundGradient
virtual void setBackgroundGradient( bool use_gradient, const gtColor& first_color, const gtColor& second_color, bool use_vertical_gradient = false ) = 0;
Установить, использовать ли градиент.

gtGUITextField::setBackgroundVisible
virtual void setBackgroundVisible( bool value ) = 0;
Установить видимость фона.

gtGUITextField::setTextColor
virtual void setTextColor( const gtColor& color ) = 0;
Установить цвет текста.

gtGUITextField::setFont
virtual void setFont( gtGUIFont * font ) = 0;
Установить шрифт.

gtGUITextField::setText
virtual void setText( const gtString& text ) = 0;
Установить текст.