diff options
Diffstat (limited to 'src/gui/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 4ea7ca3e3..084fe2f40 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -63,6 +63,11 @@ class Label final : public gcn::Label, public Widget2 void adjustSize(); + void setForegroundColor(const gcn::Color &color); + + void setForegroundColorAll(const gcn::Color &color1, + const gcn::Color &color2); + static Skin *mSkin; static int mInstances; |