aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-28 05:47:55 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-28 05:47:55 (GMT)
commite8a2f155e8d5a082a8c04f291e65c137c20a05cb (patch)
tree4107154a6c73d518b604aab43371c994ae172624 /src/FbWinFrame.hh
parent00ceefd8846bda6f4dc43a5a990086545ea28727 (diff)
downloadfluxbox-e8a2f155e8d5a082a8c04f291e65c137c20a05cb.zip
fluxbox-e8a2f155e8d5a082a8c04f291e65c137c20a05cb.tar.bz2
moved Container to FbTk
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 7b561ee..69ff020 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -33,7 +33,7 @@
33#include "FbTk/XLayerItem.hh" 33#include "FbTk/XLayerItem.hh"
34#include "FbTk/TextButton.hh" 34#include "FbTk/TextButton.hh"
35#include "FbTk/DefaultValue.hh" 35#include "FbTk/DefaultValue.hh"
36#include "Container.hh" 36#include "FbTk/Container.hh"
37#include "Shape.hh" 37#include "Shape.hh"
38 38
39#include <vector> 39#include <vector>
@@ -246,8 +246,8 @@ public:
246 inline const FbTk::FbWindow &label() const { return m_label; } 246 inline const FbTk::FbWindow &label() const { return m_label; }
247 inline FbTk::FbWindow &label() { return m_label; } 247 inline FbTk::FbWindow &label() { return m_label; }
248 248
249 inline const Container &tabcontainer() const { return m_tab_container; } 249 inline const FbTk::Container &tabcontainer() const { return m_tab_container; }
250 inline Container &tabcontainer() { return m_tab_container; } 250 inline FbTk::Container &tabcontainer() { return m_tab_container; }
251 251
252 /// @return clientarea window 252 /// @return clientarea window
253 inline const FbTk::FbWindow &clientArea() const { return m_clientarea; } 253 inline const FbTk::FbWindow &clientArea() const { return m_clientarea; }
@@ -332,7 +332,7 @@ private:
332 FbTk::XLayerItem m_layeritem; 332 FbTk::XLayerItem m_layeritem;
333 333
334 FbTk::FbWindow m_titlebar; ///< titlebar window 334 FbTk::FbWindow m_titlebar; ///< titlebar window
335 Container m_tab_container; ///< Holds tabs 335 FbTk::Container m_tab_container; ///< Holds tabs
336 FbTk::TextButton m_label; ///< holds title 336 FbTk::TextButton m_label; ///< holds title
337 FbTk::FbWindow m_handle; ///< handle between grips 337 FbTk::FbWindow m_handle; ///< handle between grips
338 FbTk::FbWindow m_grip_right, ///< rightgrip 338 FbTk::FbWindow m_grip_right, ///< rightgrip