diff options
author | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
commit | 3707b74c40256c09465171d39e2c4d95aeaefb0e (patch) | |
tree | dcb835e0ee929b65b53d0c9d0538167f1840245b /src/ArrowButton.hh | |
parent | fae88b329c63c16755f2c9b7a5a655a1414ab10f (diff) | |
download | fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.zip fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.tar.bz2 |
fix a bunch of comments, make default textures obvious
Thanks Jonas Koelker
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r-- | src/ArrowButton.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh index b42cce2..59f81fa 100644 --- a/src/ArrowButton.hh +++ b/src/ArrowButton.hh | |||
@@ -31,10 +31,10 @@ class ArrowButton: public FbTk::Button { | |||
31 | public: | 31 | public: |
32 | enum Type { LEFT, RIGHT, UP, DOWN}; | 32 | enum Type { LEFT, RIGHT, UP, DOWN}; |
33 | 33 | ||
34 | ArrowButton(Type arrow_type, const FbTk::FbWindow &parent, | 34 | ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent, |
35 | int x, int y, | 35 | int x, int y, |
36 | unsigned int width, unsigned int height); | 36 | unsigned int width, unsigned int height); |
37 | ArrowButton(Type arrow_type, int screen_num, | 37 | ArrowButton(ArrowButton::Type arrow_type, int screen_num, |
38 | int x, int y, | 38 | int x, int y, |
39 | unsigned int width, unsigned int height); | 39 | unsigned int width, unsigned int height); |
40 | void clear(); | 40 | void clear(); |