diff options
Diffstat (limited to 'dw/platform.hh')
-rw-r--r-- | dw/platform.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/platform.hh b/dw/platform.hh index 144f5d5f..d31fb6f9 100644 --- a/dw/platform.hh +++ b/dw/platform.hh @@ -124,6 +124,11 @@ public: */ virtual style::Color *createColor (int color) = 0; + /** + * \brief Create a tooltip + */ + virtual style::Tooltip *createTooltip (const char *text) = 0; + /* * -------------------- * Image Buffers |