]>
git.saurik.com Git - wxWidgets.git/blob - src/motif/taskbar.cpp
1 /////////////////////////////////////////////////////////////////////////
3 // Purpose: Implements wxTaskBarIcon class for manipulating icons on
4 // the task bar. Optional.
5 // Author: Julian Smart
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////
14 #pragma implementation "taskbar.h"
17 #include "wx/taskbar.h"
19 wxTaskBarIcon::wxTaskBarIcon()
24 wxTaskBarIcon::~wxTaskBarIcon()
30 bool wxTaskBarIcon::SetIcon(const wxIcon
& icon
, const wxString
& tooltip
)
36 bool wxTaskBarIcon::RemoveIcon()
43 void wxTaskBarIcon::OnMouseMove()
47 void wxTaskBarIcon::OnLButtonDown()
51 void wxTaskBarIcon::OnLButtonUp()
55 void wxTaskBarIcon::OnRButtonDown()
59 void wxTaskBarIcon::OnRButtonUp()
63 void wxTaskBarIcon::OnLButtonDClick()
67 void wxTaskBarIcon::OnRButtonDClick()