summaryrefslogtreecommitdiff
path: root/src/FbTk/XLayerItem.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-15 23:09:26 (GMT)
committerrathnor <rathnor>2003-04-15 23:09:26 (GMT)
commit909b3c5665213ef2a05ef26e33506d02829bdd93 (patch)
tree293a3a87f5ed1524c98d6011daa76743b953373e /src/FbTk/XLayerItem.hh
parent4ca88642fad0b89209aea9272b835b1e724975ad (diff)
downloadfluxbox_lack-909b3c5665213ef2a05ef26e33506d02829bdd93.zip
fluxbox_lack-909b3c5665213ef2a05ef26e33506d02829bdd93.tar.bz2
raise on focus [at end of cycle], also a temporary raise while cycling
(Simon)
Diffstat (limited to 'src/FbTk/XLayerItem.hh')
-rw-r--r--src/FbTk/XLayerItem.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/XLayerItem.hh b/src/FbTk/XLayerItem.hh
index 1998382..bf53aa6 100644
--- a/src/FbTk/XLayerItem.hh
+++ b/src/FbTk/XLayerItem.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: XLayerItem.hh,v 1.6 2003/02/18 15:08:12 rathnor Exp $ 23// $Id: XLayerItem.hh,v 1.7 2003/04/15 23:09:26 rathnor Exp $
24 24
25#ifndef FBTK_XLAYERITEM_HH 25#ifndef FBTK_XLAYERITEM_HH
26#define FBTK_XLAYERITEM_HH 26#define FBTK_XLAYERITEM_HH
@@ -46,6 +46,8 @@ public:
46 46
47 void raise(); 47 void raise();
48 void lower(); 48 void lower();
49 void tempRaise(); // this raise gets reverted by a restack()
50
49 // go above the next item visible in this layer 51 // go above the next item visible in this layer
50 void stepUp(); 52 void stepUp();
51 void stepDown(); 53 void stepDown();