diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-14 19:48:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-14 19:48:40 +0300 |
commit | db461ee046e63b7148174c40e05de76c5d7be31a (patch) | |
tree | 06e4386463e495b8e74e7dbc2bfea0da6c34413a /src/gui/widgets | |
parent | 066488a6f4d086b57f4fe32e8799c207552cccb7 (diff) | |
download | plus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.gz plus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.bz2 plus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.xz plus-db461ee046e63b7148174c40e05de76c5d7be31a.zip |
Replace gcn::Button to Button in all classes.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index b7e5f8154..bb354b7f8 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -185,7 +185,7 @@ class TabbedArea final : public gcn::ActionListener, typedef std::vector <std::pair<Tab*, gcn::Widget*> > TabContainer; /** The tab arrows */ - gcn::Button *mArrowButton[2]; + Button *mArrowButton[2]; /** Check whether the arrow should be clickable */ void updateArrowEnableState(); @@ -196,8 +196,6 @@ class TabbedArea final : public gcn::ActionListener, */ void updateTabsWidth(); - - Tab* mSelectedTab; gcn::Container* mTabContainer; @@ -210,10 +208,6 @@ class TabbedArea final : public gcn::ActionListener, bool mOpaque; - - - - /** * The overall width of all tab. */ @@ -230,8 +224,6 @@ class TabbedArea final : public gcn::ActionListener, */ int mVisibleTabsWidth; - - /** * The tab scroll index. When scrolling with the arrows, the tabs * must be displayed according to the current index. |