The content is drawn into the surface and blitted to the screen.
PG_ThemeWidget(PG_Widget* parent, const PG_Rect& rect, true);
Redraw(bool doUpdate);
Update(bool doBlit);
Blit();
The content of the widget is directly blitted to the screen.
PG_ThemeWidget(PG_Widget* parent, const PG_Rect& rect);
Update(bool doBlit);
Blit();