diff options
author | corvid <corvid@lavabit.com> | 2009-10-03 02:22:31 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-03 02:22:31 +0000 |
commit | 74c690bc83186311a0567b5d35edd30961104ed4 (patch) | |
tree | 237cccf6a1b46b8499bb085bd92619e967f1749a /dw/platform.hh | |
parent | 21979bd9dc1bc58ee8537d92d172ba4b23745a46 (diff) |
some tooltips
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 |