summaryrefslogtreecommitdiff
path: root/src/gui/setup_input.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-15 18:01:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-15 18:01:03 +0300
commit4193299e2e05d40477a50e5cb0fcc906227f53a2 (patch)
tree973b96352f5bfdf0d6765f0e6388ec4fd955011c /src/gui/setup_input.h
parent9fc07b15f1b051eecd662802162772804dc77b8e (diff)
downloadplus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.gz
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.bz2
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.xz
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.zip
Split input settings tab to categories.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r--src/gui/setup_input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h
index 79c7e73ff..b2e2d64c0 100644
--- a/src/gui/setup_input.h
+++ b/src/gui/setup_input.h
@@ -33,6 +33,9 @@
#include <string>
+class TabStrip;
+struct SetupActionData;
+
class Setup_Input : public SetupTab
{
public:
@@ -81,8 +84,11 @@ class Setup_Input : public SetupTab
gcn::Button *mAssignKeyButton;
gcn::Button *mUnassignKeyButton;
gcn::Button *mMakeDefaultButton;
+ TabStrip *mTabs;
bool mKeySetting; /**< flag to check if key being set. */
+
+ int *mActionDataSize;
};
#endif