diff options
author | simonb <simonb> | 2006-03-20 11:31:24 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-20 11:31:24 (GMT) |
commit | f2d3fff4d4db7677814379139dcec3e31fc68047 (patch) | |
tree | 95bd9dc99986104613acc37945895b0812e63801 /src/FbTk/XLayer.hh | |
parent | eba0040373179cc6d34f8ee132209f2fa01c2889 (diff) | |
download | fluxbox_pavel-f2d3fff4d4db7677814379139dcec3e31fc68047.zip fluxbox_pavel-f2d3fff4d4db7677814379139dcec3e31fc68047.tar.bz2 |
external tabs
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r-- | src/FbTk/XLayer.hh | 2 |
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(); |