aboutsummaryrefslogtreecommitdiff
path: root/src/ArrowButton.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-10-16 20:14:39 (GMT)
committerfluxgen <fluxgen>2006-10-16 20:14:39 (GMT)
commit34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8 (patch)
treeec83ba92432371d3e8c5b200b5e905da2be77774 /src/ArrowButton.hh
parent7875a103b76e457474c444f7a19e39a572ef2147 (diff)
downloadfluxbox-34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8.zip
fluxbox-34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8.tar.bz2
comment
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,