aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-30 20:56:21 (GMT)
committerfluxgen <fluxgen>2002-11-30 20:56:21 (GMT)
commitf3d243acbecca761a75137bc974046bac11d7034 (patch)
treef37ba3e6e0a02cfe8ba4b951e5959dd1f8a8a6c4 /src/Tab.hh
parent992e3d496868cbf9f72a34b9f104f844cd2d65b7 (diff)
downloadfluxbox-f3d243acbecca761a75137bc974046bac11d7034.zip
fluxbox-f3d243acbecca761a75137bc974046bac11d7034.tar.bz2
forward declare fluxboxwindow
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index ebeb118..c586f22 100644
--- a/src/Tab.hh
+++ b/src/Tab.hh
@@ -19,18 +19,18 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ 22// $Id: Tab.hh,v 1.16 2002/11/30 20:56:21 fluxgen Exp $
23 23
24#ifndef TAB_HH 24#ifndef TAB_HH
25#define TAB_HH 25#define TAB_HH
26 26
27#include "Image.hh" 27#include <X11/Xlib.h>
28#include "Window.hh" 28#include <strings.h>
29 29class FluxboxWindow;
30
31//Note: Tab is a friend of FluxboxWindow
32
33 30
31/**
32Note: Tab is a friend of FluxboxWindow
33*/
34class Tab { 34class Tab {
35public: 35public:
36 enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20}; 36 enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20};