]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/taskbar.tex
Added wxPATH_NORM_SHORTCUT
[wxWidgets.git] / docs / latex / wx / taskbar.tex
index 48c6a5b31a518c9a6b739063bbc3fdfd7039bdf0..2e63b1e38a936fb01a9808e64dae18c3769b5a1e 100644 (file)
@@ -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,47 +63,12 @@ Returns true if \helpref{SetIcon}{wxtaskbariconseticon} was called with no subse
 
 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}