aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormathias <mathias>2005-10-19 04:46:05 (GMT)
committermathias <mathias>2005-10-19 04:46:05 (GMT)
commit4dec832b6bcef0503ac092a8cfdc370ab65f8f8f (patch)
tree41dfe4d023ca4ff300e6f82888164c657e943b32 /src/FbWinFrame.hh
parent97aa10ece46fa9b29edb66eeefd5abd34b30def8 (diff)
downloadfluxbox_pavel-4dec832b6bcef0503ac092a8cfdc370ab65f8f8f.zip
fluxbox_pavel-4dec832b6bcef0503ac092a8cfdc370ab65f8f8f.tar.bz2
Fixed reordering of tabs, patch from Rob Stevens
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 961e8c5..9b625fc 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -179,6 +179,10 @@ public:
179 inline FbTk::FbWindow &titlebar() { return m_titlebar; } 179 inline FbTk::FbWindow &titlebar() { return m_titlebar; }
180 inline const FbTk::FbWindow &label() const { return m_label; } 180 inline const FbTk::FbWindow &label() const { return m_label; }
181 inline FbTk::FbWindow &label() { return m_label; } 181 inline FbTk::FbWindow &label() { return m_label; }
182
183 inline const Container &tabcontainer() const { return m_tab_container; }
184 inline Container &tabcontainer() { return m_tab_container; }
185
182 /// @return clientarea window 186 /// @return clientarea window
183 inline const FbTk::FbWindow &clientArea() const { return m_clientarea; } 187 inline const FbTk::FbWindow &clientArea() const { return m_clientarea; }
184 inline FbTk::FbWindow &clientArea() { return m_clientarea; } 188 inline FbTk::FbWindow &clientArea() { return m_clientarea; }