diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:32:39 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:53:10 +0200 |
commit | 18cba14c0f80f6ae7db883ce4d6abbf24728f07d (patch) | |
tree | fe67a7d059647d23d7285f90fb5b8aca076311de /src/gui/widgets/tab.h | |
parent | 255c491375005abb1d2de22fa5aa1a821ac3a4f6 (diff) | |
download | mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.gz mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.bz2 mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.tar.xz mana-18cba14c0f80f6ae7db883ce4d6abbf24728f07d.zip |
Some more cleanups
Nothing in particular worth mentioning.
Diffstat (limited to 'src/gui/widgets/tab.h')
-rw-r--r-- | src/gui/widgets/tab.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 271316e4..134d5591 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -28,7 +28,8 @@ class ImageRect; class TabbedArea; /** - * A tab, the same as the guichan tab in 0.8, but extended to allow transparancy + * A tab, the same as the Guichan tab in 0.8, but extended to allow + * transparency. */ class Tab : public gcn::Tab { @@ -44,7 +45,7 @@ class Tab : public gcn::Tab /** * Set the normal color fo the tab's text. */ - void setTabColor(gcn::Color color); + void setTabColor(const gcn::Color &color); /** * Set tab highlighted |