X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea64fd024a209dc3048d953e9e048d6a73a02220..4a6e4a46a356e9abf0760e2d481bbec321cc3adf:/docs/latex/wx/taskbar.tex diff --git a/docs/latex/wx/taskbar.tex b/docs/latex/wx/taskbar.tex index 0860f26b47..73a78a5ff3 100644 --- a/docs/latex/wx/taskbar.tex +++ b/docs/latex/wx/taskbar.tex @@ -53,55 +53,20 @@ Destroys the wxTaskBarIcon object, removing the icon if not already removed. \func{bool}{IsIconInstalled}{\void} -Returns TRUE if \helpref{SetIcon}{wxtaskbariconseticon} was called with no subsequent \helpref{RemoveIcon}{wxtaskbariconremoveicon}. +Returns true if \helpref{SetIcon}{wxtaskbariconseticon} was called with no subsequent \helpref{RemoveIcon}{wxtaskbariconremoveicon}. -\membersection{wxTaskBarIcon::IsOK}\label{wxtaskbariconisok} +\membersection{wxTaskBarIcon::IsOk}\label{wxtaskbariconisok} -\func{bool}{IsOK}{\void} +\func{bool}{IsOk}{\void} -Returns TRUE if the object initialized successfully. +Returns true if the object initialized successfully. -\membersection{wxTaskBarIcon::OnLButtonDown}\label{wxtaskbaricononlbuttondown} +\membersection{wxTaskBarIcon::PopupMenu}\label{wxtaskbariconpopupmenu} -\func{virtual void}{OnLButtonDown}{\void} +\func{bool}{PopupMenu}{\param{wxMenu*}{ menu}} -Override this function to intercept left mouse button down events. - -\membersection{wxTaskBarIcon::OnLButtonDClick}\label{wxtaskbaricononlbuttondclick} - -\func{virtual void}{OnLButtonDClick}{\void} - -Override this function to intercept left mouse button double-click events. - -\membersection{wxTaskBarIcon::OnLButtonUp}\label{wxtaskbaricononlbuttonup} - -\func{virtual void}{OnLButtonUp}{\void} - -Override this function to intercept left mouse button up events. - -\membersection{wxTaskBarIcon::OnRButtonDown}\label{wxtaskbaricononrbuttondown} - -\func{virtual void}{OnRButtonDown}{\void} - -Override this function to intercept right mouse button down events. - -\membersection{wxTaskBarIcon::OnRButtonDClick}\label{wxtaskbaricononrbuttondclick} - -\func{virtual void}{OnRButtonDClick}{\void} - -Override this function to intercept right mouse button double-click events. - -\membersection{wxTaskBarIcon::OnRButtonUp}\label{wxtaskbaricononrbuttonup} - -\func{virtual void}{OnRButtonUp}{\void} - -Override this function to intercept right mouse button up events. - -\membersection{wxTaskBarIcon::OnMouseMove}\label{wxtaskbaricononmousemove} - -\func{virtual void}{OnMouseMove}{\void} - -Override this function to intercept mouse move events. +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}