summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-02 01:53:30 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-02 01:53:30 +0000
commit98164e7547f7ea21204e69885158cd0494e08c5d (patch)
tree24d0957da8fb5fd68481e10d442cfbb534ff4494 /src/window.cpp
parenteffc648f262bd3bd7b57d4e76db2f768510be55c (diff)
Added simple support for dialog menus
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index af662b9..5ab893e 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -51,6 +51,14 @@ HWND Window::GetHWND()
// ------------------------------------------------------------
//
+HMENU Window::GetHMENU()
+{
+ return GetMenu(m_wnd);
+}
+
+
+// ------------------------------------------------------------
+//
LRESULT Window::SendMsg(UINT msg, WPARAM wp, LPARAM lp)
{