aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-17 23:34:01 (GMT)
committersimonb <simonb>2006-04-17 23:34:01 (GMT)
commitb9af026688f0945196582af5773d62f5df3f97f3 (patch)
treed97e66e4271480644f3ff2a2c0106730d1f714f4 /src/Window.hh
parent3e6def97d18133baf82b596cb742a2f7ef4f9f00 (diff)
downloadfluxbox-b9af026688f0945196582af5773d62f5df3f97f3.zip
fluxbox-b9af026688f0945196582af5773d62f5df3f97f3.tar.bz2
iconbutton handling fixes
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(); }