aboutsummaryrefslogtreecommitdiff
path: root/src/GenericTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r--src/GenericTool.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh
index e77232c..c44c9cc 100644
--- a/src/GenericTool.hh
+++ b/src/GenericTool.hh
@@ -52,6 +52,8 @@ public:
52 unsigned int height() const; 52 unsigned int height() const;
53 unsigned int borderWidth() const; 53 unsigned int borderWidth() const;
54 54
55 void parentMoved();
56
55 const ToolTheme &theme() const { return m_theme; } 57 const ToolTheme &theme() const { return m_theme; }
56 FbTk::FbWindow &window() { return *m_window; } 58 FbTk::FbWindow &window() { return *m_window; }
57 const FbTk::FbWindow &window() const { return *m_window; } 59 const FbTk::FbWindow &window() const { return *m_window; }