X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f5583b5c536f761030295e23ca1bb0069aad5ee..3cb99894576612e347480d43c5f2e2550b6151cf:/docs/latex/wx/taskbar.tex diff --git a/docs/latex/wx/taskbar.tex b/docs/latex/wx/taskbar.tex index 87edc0df54..2e63b1e38a 100644 --- a/docs/latex/wx/taskbar.tex +++ b/docs/latex/wx/taskbar.tex @@ -1,7 +1,9 @@ \section{\class{wxTaskBarIcon}}\label{wxtaskbaricon} -This class represents a Windows 95 taskbar icon, appearing in the `system tray' and responding to -mouse clicks. An icon has an optional tooltip. This class is only supported for Windows 95/NT. +This class represents a taskbar icon, appearing in the `system tray' and responding to +mouse clicks. An icon has an optional tooltip. This class is only supported for Windows 95/NT and for +X Window System ports (wxGTK, wxMotif, wxX11), assuming the window manager supports KDE and GNOME 1.2 +systray methods. \wxheading{Derived from} @@ -61,6 +63,13 @@ Returns true if \helpref{SetIcon}{wxtaskbariconseticon} was called with no subse Returns true if the object initialized successfully. +\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}