wxPython documentation updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1523,6 +1523,14 @@ Just before the menu is popped up, \helpref{wxMenu::UpdateUI}{wxmenuupdateui} is
|
||||
to ensure that the menu items are in the correct state. The menu does not get deleted
|
||||
by the window.
|
||||
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{\bf{PopupMenu(menu, point)}}{Specifies position with a wxPoint}
|
||||
\twocolitem{\bf{PopupMenuXY(menu, x, y)}}{Specifies position with two integers (x, y)}
|
||||
\end{twocollist}}
|
||||
}
|
||||
|
||||
\membersection{wxWindow::PushEventHandler}\label{wxwindowpusheventhandler}
|
||||
|
||||
\func{void}{PushEventHandler}{\param{wxEvtHandler* }{handler}}
|
||||
|
Reference in New Issue
Block a user