summaryrefslogtreecommitdiff
path: root/src/w32dlib/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32dlib/window.h')
-rw-r--r--src/w32dlib/window.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/w32dlib/window.h b/src/w32dlib/window.h
index 4dee89b..bd17ede 100644
--- a/src/w32dlib/window.h
+++ b/src/w32dlib/window.h
@@ -47,6 +47,13 @@ namespace W32DLib
///
HWND GetHWND();
+ /// \brief Returns the HMENU associated with this window.
+ ///
+ /// This call will only work while the window is on display.
+ /// The behaviour is undefined if it is called at any other time.
+ ///
+ HMENU GetHMENU();
+
/// \brief Send a message to the window.
///
/// This call will only work while the window is on display.