From 18aeafcbc0dd1af086ba93b95187eb5c5c0bd2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 12 Oct 2003 13:24:35 +0000 Subject: [PATCH] supported platforms update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/taskbar.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/taskbar.tex b/docs/latex/wx/taskbar.tex index 73a78a5ff3..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}