aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-26 04:02:30 (GMT)
committersimonb <simonb>2006-03-26 04:02:30 (GMT)
commitaf74a2284551c8511b66d77112c7bf32831c1522 (patch)
tree35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/IconButton.hh
parent872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff)
downloadfluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip
fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index ad7ff2a..c8ec994 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -35,7 +35,7 @@ class IconbarTool;
35class IconButton: public FbTk::TextButton, public FbTk::Observer { 35class IconButton: public FbTk::TextButton, public FbTk::Observer {
36public: 36public:
37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent, 37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent,
38 const FbTk::Font &font, FluxboxWindow &window); 38 FbTk::Font &font, FluxboxWindow &window);
39 virtual ~IconButton(); 39 virtual ~IconButton();
40 40
41 void exposeEvent(XExposeEvent &event); 41 void exposeEvent(XExposeEvent &event);