![]() |
• Interface Manager | ||||||||
|
API Links
Developer Links
|
class EditTextWidgetDefined in:
The C4Widgets.hEditTextWidget class represents an interface widget that displays an editable text box.
Definition
Constructor
Parameters
Description
The EditTextWidget class displays an editable text box that allows a single line or multiple lines of text entry.The default widget color corresponds to the kWidgetColorText color type and determines the color of the text. Other color types supported by the edit text widget are kWidgetColorBorder, kWidgetColorBackground, kWidgetColorHilite, kWidgetColorFocus, and kWidgetColorCaret. If a highlight color or focus color have not been explicitly specified, then the Interface Manager's global highlight color or focus color is used.
Base Classes
See Also
|