12 int x=0, y=10, xOff=95, yOff=20, xW=width-xOff, tHgt=13;
Definition: TextBoxStrTouch.h:4
MainWindow(int width, int height)
Constructor.
Definition: MainWindow.h:52
Base class for main application window. Each application has to have one main window, which is root parent for all other application windows.
Definition: MainWindow.h:38
void SetMargins(int offset_x, int offset_y)
Defines offset from left and top for text.
Definition: TextBox.h:58