summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-02 17:12:54 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-02 17:12:54 +0300
commit8dcb524443a82506b522344f3d4353769f51883c (patch)
treece7a71d2cf1c6debeca31b4f92c7cb2871870722 /src/gui/widgets/tabbedarea.h
parentab2c75888d63977e2a24793ce96c6adcd0eb7e0e (diff)
downloadplus-8dcb524443a82506b522344f3d4353769f51883c.tar.gz
plus-8dcb524443a82506b522344f3d4353769f51883c.tar.bz2
plus-8dcb524443a82506b522344f3d4353769f51883c.tar.xz
plus-8dcb524443a82506b522344f3d4353769f51883c.zip
bit cleanup tabbedarea.
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r--src/gui/widgets/tabbedarea.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h
index dd74405fc..6b20d59f4 100644
--- a/src/gui/widgets/tabbedarea.h
+++ b/src/gui/widgets/tabbedarea.h
@@ -119,7 +119,7 @@ class TabbedArea final : public Widget2,
void setSelectedTab(Tab *const tab);
- void setSelectedTab(const unsigned int index);
+ void setSelectedTabByIndex(const unsigned int index);
int getSelectedTabIndex() const A_WARN_UNUSED;
@@ -134,8 +134,6 @@ class TabbedArea final : public Widget2,
void adjustSize();
- void setSelectedTabByPos(const int tab);
-
void setSelectedTabByName(const std::string &name);
void widgetResized(const gcn::Event &event) override;