aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 44214c7..9508d5c 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -331,6 +331,11 @@ public:
331 const FbTk::FbWindow &parent() const { return m_parent; } 331 const FbTk::FbWindow &parent() const { return m_parent; }
332 FbTk::FbWindow &parent() { return m_parent; } 332 FbTk::FbWindow &parent() { return m_parent; }
333 333
334 const FbTk::FbPixmap &iconPixmap() const;
335 const FbTk::FbPixmap &iconMask() const;
336 const bool usePixmap() const;
337 const bool useMask() const;
338
334 const std::string &title() const; 339 const std::string &title() const;
335 const std::string &iconTitle() const; 340 const std::string &iconTitle() const;
336 inline int x() const { return frame().x(); } 341 inline int x() const { return frame().x(); }