aboutsummaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-10 10:50:04 (GMT)
committerfluxgen <fluxgen>2002-09-10 10:50:04 (GMT)
commit92fbd4b4c5404c0d8c62e9778327f8ddde78052d (patch)
treefcc3fc96adfcc2c97c4a5a56afa9302777f173ff /src/Basemenu.hh
parenta7dc6a68c91bafbc59e2239ef89e546831febcfd (diff)
downloadfluxbox-92fbd4b4c5404c0d8c62e9778327f8ddde78052d.zip
fluxbox-92fbd4b4c5404c0d8c62e9778327f8ddde78052d.tar.bz2
raise and lower functions
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 29bb3ac..9e87ef4 100644
--- a/src/Basemenu.hh
+++ b/src/Basemenu.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Basemenu.hh,v 1.16 2002/08/04 15:55:13 fluxgen Exp $ 25// $Id: Basemenu.hh,v 1.17 2002/09/10 10:48:44 fluxgen Exp $
26 26
27#ifndef BASEMENU_HH 27#ifndef BASEMENU_HH
28#define BASEMENU_HH 28#define BASEMENU_HH
@@ -63,6 +63,8 @@ public:
63 inline void setAlignment(Alignment a) { m_alignment = a; } 63 inline void setAlignment(Alignment a) { m_alignment = a; }
64 inline void setTorn() { torn = true; } 64 inline void setTorn() { torn = true; }
65 inline void removeParent() { if (internal_menu) m_parent = 0; } 65 inline void removeParent() { if (internal_menu) m_parent = 0; }
66 void raise();
67 void lower();
66 /** 68 /**
67 @name event handlers 69 @name event handlers
68 */ 70 */