summaryrefslogtreecommitdiff
path: root/src/ArrowButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r--src/ArrowButton.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh
index a05f915..024ca05 100644
--- a/src/ArrowButton.hh
+++ b/src/ArrowButton.hh
@@ -29,7 +29,13 @@
29/// Displays a arrow on a button 29/// Displays a arrow on a button
30class ArrowButton: public FbTk::Button { 30class ArrowButton: public FbTk::Button {
31public: 31public:
32 enum Type { LEFT, RIGHT, UP, DOWN}; 32 /// type of arrow that should be drawn
33 enum Type {
34 LEFT,
35 RIGHT,
36 UP,
37 DOWN
38 };
33 39
34 ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent, 40 ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent,
35 int x, int y, 41 int x, int y,