aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Button.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/FbTk/Button.hh
parent872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff)
downloadfluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip
fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r--src/FbTk/Button.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh
index 02b7b51..fe65f1b 100644
--- a/src/FbTk/Button.hh
+++ b/src/FbTk/Button.hh
@@ -30,6 +30,7 @@
30#include "FbWindow.hh" 30#include "FbWindow.hh"
31#include "Command.hh" 31#include "Command.hh"
32#include "Color.hh" 32#include "Color.hh"
33#include "Text.hh"
33 34
34#include <X11/Xlib.h> 35#include <X11/Xlib.h>
35#include <memory> 36#include <memory>
@@ -57,6 +58,7 @@ public:
57 virtual void setBackgroundPixmap(Pixmap pm); 58 virtual void setBackgroundPixmap(Pixmap pm);
58 /// sets background color 59 /// sets background color
59 virtual void setBackgroundColor(const Color &color); 60 virtual void setBackgroundColor(const Color &color);
61 virtual bool setOrientation(FbTk::Orientation orient) { return orient == FbTk::ROT0; }
60 62
61 /** 63 /**
62 @name eventhandlers 64 @name eventhandlers