#include <glv_textview.h>
Public Member Functions | |
TextView (const Rect &r=glv::Rect(200, 16), float textSize=8) | |
Constructor. | |
TextView & | size (float pixels) |
Set size of font in pixels. | |
TextView & | value (const std::string &v) |
Set text string. | |
virtual void | onDraw () |
Main drawing callback. | |
virtual bool | onEvent (Event::t e, GLV &g) |
Main event callback to be called after those in callback list. |