summaryrefslogtreecommitdiff
path: root/src/FbTk/XLayer.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-20 11:31:24 (GMT)
committersimonb <simonb>2006-03-20 11:31:24 (GMT)
commitf2d3fff4d4db7677814379139dcec3e31fc68047 (patch)
tree95bd9dc99986104613acc37945895b0812e63801 /src/FbTk/XLayer.hh
parenteba0040373179cc6d34f8ee132209f2fa01c2889 (diff)
downloadfluxbox_lack-f2d3fff4d4db7677814379139dcec3e31fc68047.zip
fluxbox_lack-f2d3fff4d4db7677814379139dcec3e31fc68047.tar.bz2
external tabs
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r--src/FbTk/XLayer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh
index d01094e..bed93cc 100644
--- a/src/FbTk/XLayer.hh
+++ b/src/FbTk/XLayer.hh
@@ -48,6 +48,8 @@ public:
48 void setLayerNum(int layernum) { m_layernum = layernum; }; 48 void setLayerNum(int layernum) { m_layernum = layernum; };
49 int getLayerNum() { return m_layernum; }; 49 int getLayerNum() { return m_layernum; };
50 void restack(); 50 void restack();
51 // Put all items on the same layer (called when layer item added to)
52 void alignItem(XLayerItem &item);
51 int countWindows(); 53 int countWindows();
52 void stackBelowItem(XLayerItem *item, XLayerItem *above); 54 void stackBelowItem(XLayerItem *item, XLayerItem *above);
53 XLayerItem *getLowestItem(); 55 XLayerItem *getLowestItem();