From 7a2b9df970568e705ced3256e0a921ffa56faa9d Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 3 Jun 2017 08:55:26 +0200 Subject: Tooltips: Unify the tooltip[] and list[] description tooltip display functions (#5848) * Tooltips: Unify the tooltip[] and list[] description tooltip display functions --- src/guiFormSpecMenu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/guiFormSpecMenu.h') diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 557a1cc9f..9eaf60ac6 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -517,6 +517,9 @@ private: void tryClose(); + void showTooltip(const std::wstring &text, const irr::video::SColor &color, + const irr::video::SColor &bgcolor); + /** * check if event is part of a double click * @param event event to evaluate -- cgit v1.2.3