/[projects]/wxCpuThrottle/src/trayicon.cpp
ViewVC logotype

Diff of /wxCpuThrottle/src/trayicon.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by torben, Wed Aug 8 21:00:34 2007 UTC revision 21 by torben, Thu Aug 9 17:14:40 2007 UTC
# Line 81  void TrayIcon::OnAbout( wxCommandEvent& Line 81  void TrayIcon::OnAbout( wxCommandEvent&
81    
82  void TrayIcon::OnShowDialog( wxCommandEvent& event )  void TrayIcon::OnShowDialog( wxCommandEvent& event )
83  {  {
84            mParent->SetPosition();
85          mParent->Show( !mParent->IsShown() );          mParent->Show( !mParent->IsShown() );
86  }  }
87    
88  void TrayIcon::OnLeftClick(wxTaskBarIconEvent& WXUNUSED(event) )  void TrayIcon::OnLeftClick(wxTaskBarIconEvent& WXUNUSED(event) )
89  {  {
90            mParent->SetPosition();
91          mParent->Show( !mParent->IsShown() );          mParent->Show( !mParent->IsShown() );
92  }  }
93    

Legend:
Removed from v.20  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.20