aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 69fbf46..80310b4 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconButton.hh,v 1.4 2003/11/27 14:27:48 fluxgen Exp $ 23// $Id: IconButton.hh,v 1.5 2004/10/22 00:35:28 akir Exp $
24 24
25#ifndef ICONBUTTON_HH 25#ifndef ICONBUTTON_HH
26#define ICONBUTTON_HH 26#define ICONBUTTON_HH
@@ -30,11 +30,12 @@
30#include "FbTk/TextButton.hh" 30#include "FbTk/TextButton.hh"
31 31
32class FluxboxWindow; 32class FluxboxWindow;
33class IconbarTool;
33 34
34class IconButton: public FbTk::TextButton, public FbTk::Observer { 35class IconButton: public FbTk::TextButton, public FbTk::Observer {
35public: 36public:
36 IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, 37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent,
37 FluxboxWindow &window); 38 const FbTk::Font &font, FluxboxWindow &window);
38 virtual ~IconButton(); 39 virtual ~IconButton();
39 40
40 void exposeEvent(XExposeEvent &event); 41 void exposeEvent(XExposeEvent &event);