aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Button.hh
diff options
context:
space:
mode:
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