aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};