The background for the game. More...
Public Member Functions | |
virtual void | DrawWidget (const Rect &r, int widget) const |
Draw the contents of a nested widget. |
The background for the game.
Definition at line 50 of file bootstrap_gui.cpp.
virtual void BootstrapBackground::DrawWidget | ( | const Rect & | r, | |
int | widget | |||
) | const [inline, virtual] |
Draw the contents of a nested widget.
r | Rectangle occupied by the widget. | |
widget | Number of the widget to draw. |
Reimplemented from Window.
Definition at line 59 of file bootstrap_gui.cpp.
References FILLRECT_CHECKER, FILLRECT_OPAQUE, and GfxFillRect().