From caa7ab9b294444ba3e132687b5338bbf865c1f4c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 1 Jun 2003 21:11:16 +0000 Subject: [PATCH] Fixed doc bug [ 733128 ] 'wxTaskBarIcon.PopupMenu(..)' missing doc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/taskbar.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/taskbar.tex b/docs/latex/wx/taskbar.tex index 0860f26b47..b1db480f97 100644 --- a/docs/latex/wx/taskbar.tex +++ b/docs/latex/wx/taskbar.tex @@ -36,7 +36,6 @@ wxEVT\_TASKBAR\_RIGHT\_DCLICK event.} \end{twocollist}% \latexignore{\rtfignore{\wxheading{Members}}} - \membersection{wxTaskBarIcon::wxTaskBarIcon}\label{wxtaskbariconconstr} \func{}{wxTaskBarIcon}{\void} @@ -103,6 +102,13 @@ Override this function to intercept right mouse button up events. Override this function to intercept mouse move events. +\membersection{wxTaskBarIcon::PopupMenu}\label{wxtaskbariconpopupmenu} + +\func{bool}{PopupMenu}{\param{wxMenu*}{ menu}} + +Pops up a menu at the current mouse position. The events can be handled by +a class derived from wxTaskBarIcon. + \membersection{wxTaskBarIcon::RemoveIcon}\label{wxtaskbariconremoveicon} \func{bool}{RemoveIcon}{\void}