diff options
author | fluxgen <fluxgen> | 2006-10-16 20:14:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-10-16 20:14:39 (GMT) |
commit | 34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8 (patch) | |
tree | ec83ba92432371d3e8c5b200b5e905da2be77774 /src | |
parent | 7875a103b76e457474c444f7a19e39a572ef2147 (diff) | |
download | fluxbox-34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8.zip fluxbox-34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8.tar.bz2 |
comment
Diffstat (limited to 'src')
-rw-r--r-- | src/ArrowButton.hh | 8 |
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 |
30 | class ArrowButton: public FbTk::Button { | 30 | class ArrowButton: public FbTk::Button { |
31 | public: | 31 | public: |
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, |