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
This commit is contained in:
Julian Smart
2003-06-01 21:11:16 +00:00
parent 0ea1d3f095
commit caa7ab9b29

View File

@@ -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}