From dc6771670569d2f296f4c12595966bbcb9aadf65 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Jun 2011 23:35:58 +0300 Subject: Start implimenting new setup pages. Add new container for setup items. Imporved other containers. --- src/gui/setup_other.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/gui/setup_other.h') diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 8bf4fe659..04ae7fed3 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -25,13 +25,14 @@ #include "guichanfwd.h" -#include "gui/widgets/setuptab.h" +#include "gui/widgets/setuptabscroll.h" #include class EditDialog; +class TextField; -class Setup_Other : public SetupTab, public gcn::ActionListener +class Setup_Other : public SetupTabScroll, public gcn::ActionListener { public: Setup_Other(); @@ -72,7 +73,7 @@ class Setup_Other : public SetupTab, public gcn::ActionListener bool mFloorItemsHighlight; gcn::Label *mMoveProgramLabel; - gcn::TextField *mMoveProgramField; + TextField *mMoveProgramField; gcn::Button *mMoveProgramButton; std::string mMoveProgram; @@ -126,6 +127,8 @@ class Setup_Other : public SetupTab, public gcn::ActionListener bool mEnableAttackFilter; EditDialog *mEditDialog; + + std::list mDeleteWidgets; }; #endif -- cgit v1.2.3-70-g09d2