virtual void OnDraw(DC *dc)
Implements drawing code.
Definition: TextBoxChar.h:12
Definition: TextBoxChar.h:4
Base class for window with text content.
Definition: TextBox.h:30
void DrawChar(const char c, int x, int y)
Draws a character. Input coordinates have to be defined in the window coordinate system.
Definition: DC.h:221
TextBox(int left, int top, int width, int height)
Constructor.
Definition: TextBox.h:45
virtual void NotifyContentChanged(Window *window)=0
Has to be implemented in target class.