diff options
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r-- | src/ArrowButton.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh index 13ac102..bcad0f2 100644 --- a/src/ArrowButton.hh +++ b/src/ArrowButton.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // ArrowButton.hh for Fluxbox Window Manager | 1 | // ArrowButton.hh for Fluxbox Window Manager |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,12 +19,13 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: ArrowButton.hh,v 1.1 2002/12/13 20:21:12 fluxgen Exp $ | 22 | // $Id: ArrowButton.hh,v 1.2 2003/04/27 01:54:18 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef ARROWBUTTON_HH | 24 | #ifndef ARROWBUTTON_HH |
25 | #define ARROWBUTTON_HH | 25 | #define ARROWBUTTON_HH |
26 | 26 | ||
27 | #include "Button.hh" | 27 | #include "Button.hh" |
28 | |||
28 | /// Displays a arrow on a button | 29 | /// Displays a arrow on a button |
29 | class ArrowButton: public FbTk::Button { | 30 | class ArrowButton: public FbTk::Button { |
30 | public: | 31 | public: |