aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XLayerItem.hh
diff options
context:
space:
mode:
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();