aboutsummaryrefslogtreecommitdiff
path: root/src/ArrowButton.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-27 01:54:18 (GMT)
committerfluxgen <fluxgen>2003-04-27 01:54:18 (GMT)
commit41f40a68db72ae685af0b184bf1d26531ee7e836 (patch)
treec79678a0cea5384c4ac791ea62429a14dc4e8f5f /src/ArrowButton.hh
parent6b44b9c17311efe4134eb99a46e03c64dcf6b77c (diff)
downloadfluxbox-41f40a68db72ae685af0b184bf1d26531ee7e836.zip
fluxbox-41f40a68db72ae685af0b184bf1d26531ee7e836.tar.bz2
minor fixes
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r--src/ArrowButton.hh5
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
29class ArrowButton: public FbTk::Button { 30class ArrowButton: public FbTk::Button {
30public: 31public: