diff options
author | rathnor <rathnor> | 2003-02-09 14:11:14 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-02-09 14:11:14 (GMT) |
commit | e3b99d4e485591df52b2398fce9adbcece2b9917 (patch) | |
tree | 44c14c5160e07e1af0671e141ae99cc1f2e66609 /src/FbTk/MultLayers.hh | |
parent | 1a04cf1ce2649400d41c43024bd163a059cc426d (diff) | |
download | fluxbox_pavel-e3b99d4e485591df52b2398fce9adbcece2b9917.zip fluxbox_pavel-e3b99d4e485591df52b2398fce9adbcece2b9917.tar.bz2 |
fixing up of layer code
Diffstat (limited to 'src/FbTk/MultLayers.hh')
-rw-r--r-- | src/FbTk/MultLayers.hh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/FbTk/MultLayers.hh b/src/FbTk/MultLayers.hh index ffba05a..5cfc731 100644 --- a/src/FbTk/MultLayers.hh +++ b/src/FbTk/MultLayers.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: MultLayers.hh,v 1.4 2003/02/03 13:46:42 fluxgen Exp $ | 23 | // $Id: MultLayers.hh,v 1.5 2003/02/09 14:11:14 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef FBTK_MULTLAYERS_HH | 25 | #ifndef FBTK_MULTLAYERS_HH |
26 | #define FBTK_MULTLAYERS_HH | 26 | #define FBTK_MULTLAYERS_HH |
@@ -44,9 +44,13 @@ public: | |||
44 | void addToTop(XLayerItem &item, int layernum); | 44 | void addToTop(XLayerItem &item, int layernum); |
45 | void remove(XLayerItem &item); | 45 | void remove(XLayerItem &item); |
46 | 46 | ||
47 | // raise/lower the whole layer | ||
48 | void raise(XLayer &layer); | ||
49 | void lower(XLayer &layer); | ||
50 | |||
47 | // raise/lower the item a whole layer, not just to top of current layer | 51 | // raise/lower the item a whole layer, not just to top of current layer |
48 | void raise(XLayerItem &item); | 52 | void raiseLayer(XLayerItem &item); |
49 | void lower(XLayerItem &item); | 53 | void lowerLayer(XLayerItem &item); |
50 | 54 | ||
51 | void moveToLayer(XLayerItem &item, int layernum); | 55 | void moveToLayer(XLayerItem &item, int layernum); |
52 | int size(); | 56 | int size(); |