#include <TextEditLineScroller.h>
Inheritance diagram for OglGui::TextEditLineScroller:
Public Member Functions | |
TextEditLineScroller (Window *parent, int w, int h, strconst text="") | |
TextEditLineScroller (Window *parent, int x, int y, int w, int h, strconst text="") | |
TextEdit * | TextEditor () |
virtual void | OnScroll (ScrollBar *src, int position, void *userData) |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (strconst txt, int w, int h) |
Private Attributes | |
TextEdit * | mTextEdit |
Definition at line 14 of file TextEditLineScroller.h.