warn that GetMenu() may return NULL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-12-24 01:31:55 +00:00
parent 43a11e2a50
commit 6f86c8af60

View File

@@ -54,7 +54,8 @@ Constructor.
\constfunc{wxMenu *}{GetMenu}{\void}
Returns the menu which is being opened or closed. This method should only be
used with the \texttt{OPEN} and \texttt{CLOSE} events.
used with the \texttt{OPEN} and \texttt{CLOSE} events and even for them the
returned pointer may be \NULL in some ports.
\membersection{wxMenuEvent::GetMenuId}\label{wxmenueventgetmenuid}