diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index c8ec994..b8a7ef0 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -53,6 +53,8 @@ public: | |||
53 | FluxboxWindow &win() { return m_win; } | 53 | FluxboxWindow &win() { return m_win; } |
54 | const FluxboxWindow &win() const { return m_win; } | 54 | const FluxboxWindow &win() const { return m_win; } |
55 | 55 | ||
56 | bool setOrientation(FbTk::Orientation orient); | ||
57 | |||
56 | protected: | 58 | protected: |
57 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); | 59 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); |
58 | private: | 60 | private: |