#include <utextbox.hpp>
Inheritance diagram for ubit::UTextarea:

Public Member Functions | |
| UTextarea (const UArgs &=UArgs::none) | |
| creates a new text area. | |
Static Public Member Functions | |
| static UStyle * | createStyle () |
| < important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!). | |
Friends | |
| UTextarea & | utextarea (const UArgs &a=UArgs::none) |
| shortcut thar returns *new UTextarea(args). | |
Same behavior and apperance as UTextfield except that children (which can be UStr(ing)s or any other object) are displayed in a continuous flow (as a HTML page on a Web browser)
| UStyle * ubit::UTextarea::createStyle | ( | ) | [static] |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!).
this macro defines the UClass that corresponds to this class and:
Reimplemented from ubit::UTextfield.
1.4.7