summaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-18 15:11:12 (GMT)
committerrathnor <rathnor>2003-02-18 15:11:12 (GMT)
commitb4ffe4fe21699c7123728aeeb99576a540b3694e (patch)
treef8a133be750f844f3c48f5a631fb8bf088544549 /src/FbTk/Menu.hh
parentaa602770fbbd4e84154028d3181d275b81ea914d (diff)
downloadfluxbox_lack-b4ffe4fe21699c7123728aeeb99576a540b3694e.zip
fluxbox_lack-b4ffe4fe21699c7123728aeeb99576a540b3694e.tar.bz2
Added layer menus for windows, toolbar, and slit, plus associated
resources. Cleaned up some cruft from the previous layering setup.
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index 1ae9b8f..1326d1e 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.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: Menu.hh,v 1.8 2003/02/15 01:47:43 fluxgen Exp $ 25// $Id: Menu.hh,v 1.9 2003/02/18 15:11:12 rathnor Exp $
26 26
27#ifndef FBTK_MENU_HH 27#ifndef FBTK_MENU_HH
28#define FBTK_MENU_HH 28#define FBTK_MENU_HH
@@ -121,6 +121,8 @@ public:
121 bool isVisible() const { return visible; } 121 bool isVisible() const { return visible; }
122 int screenNumber() const { return m_screen_num; } 122 int screenNumber() const { return m_screen_num; }
123 Window window() const { return menu.window.window(); } 123 Window window() const { return menu.window.window(); }
124 FbTk::FbWindow &fbwindow() { return menu.window; }
125 const FbTk::FbWindow &fbwindow() const { return menu.window; }
124 const std::string &label() const { return menu.label; } 126 const std::string &label() const { return menu.label; }
125 int x() const { return menu.x; } 127 int x() const { return menu.x; }
126 int y() const { return menu.y; } 128 int y() const { return menu.y; }