From eb1428dded5d2be98eff034fd26a08c109d2376c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 10 Feb 2011 04:36:19 +0200 Subject: Add to text popups bar name in top left corner. --- src/gui/textpopup.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/gui/textpopup.h') diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h index 3b4158f6e..f13a0484c 100644 --- a/src/gui/textpopup.h +++ b/src/gui/textpopup.h @@ -50,19 +50,28 @@ class TextPopup : public Popup * Sets the text to be displayed. */ void show(int x, int y, const std::string &str1) - { show(x, y, str1, static_cast("")); }; + { show(x, y, str1, static_cast(""), + static_cast("")); }; /** * Sets the text to be displayed. */ void show(int x, int y, const std::string &str1, - const std::string &str2); + const std::string &str2) + { show(x, y, str1, str2, static_cast("")); } + + /** + * Sets the text to be displayed. + */ + void show(int x, int y, const std::string &str1, + const std::string &str2, const std::string &str3); void mouseMoved(gcn::MouseEvent &mouseEvent); private: gcn::Label *mText1; gcn::Label *mText2; + gcn::Label *mText3; }; #endif // TEXTPOPUP_H -- cgit v1.2.3-70-g09d2