aboutsummaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 616ca38..d377985 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.12 2002/04/08 22:37:49 fluxgen Exp $ 25// $Id: Basemenu.hh,v 1.13 2002/05/17 11:57:02 fluxgen Exp $
26 26
27#ifndef BASEMENU_HH 27#ifndef BASEMENU_HH
28#define BASEMENU_HH 28#define BASEMENU_HH
@@ -74,7 +74,7 @@ public:
74 inline bool isTorn() const { return torn; } 74 inline bool isTorn() const { return torn; }
75 inline bool isVisible() const { return visible; } 75 inline bool isVisible() const { return visible; }
76 inline BScreen *screen() const { return m_screen; } 76 inline BScreen *screen() const { return m_screen; }
77 inline const Window windowID() const { return menu.window; } 77 inline Window windowID() const { return menu.window; }
78 inline const std::string &label() const { return menu.label; } 78 inline const std::string &label() const { return menu.label; }
79 inline int x() const { return menu.x; } 79 inline int x() const { return menu.x; }
80 inline int y() const { return menu.y; } 80 inline int y() const { return menu.y; }