1.10 |
Manager of the Drawable for each widget type. More...
#include <theme.h>
Static Public Member Functions | |
static void | draw (T &widget, Painter &painter, const Rect &rect) |
Call the Drawable. | |
static void | draw (typename Drawable< T >::DrawFunction d) |
Set the default Drawable for all widgets of type T. | |
Manager of the Drawable for each widget type.
The Button draw() method calls the drawable like:
Observing code can change the Button Drawable by calling:
|
inlinestatic |
Call the Drawable.