From 2dfa705d9957a24eb2fe70382795f74325e372f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Dec 2012 22:23:58 +0300 Subject: Add outlining support to textbox control. --- src/gui/widgets/textbox.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/textbox.h') diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index 5271f742e..8b4ec9f7f 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -62,6 +62,11 @@ class TextBox final : public gcn::TextBox, void draw(gcn::Graphics* graphics); + void setForegroundColor(const gcn::Color &color); + + void setForegroundColorAll(const gcn::Color &color1, + const gcn::Color &color2); + private: int mMinWidth; }; -- cgit v1.2.3-70-g09d2