/////////////////////////////////////////////////////////////////////////
-// File: taskbar.cpp
+// File: src/palmos/taskbar.cpp
// Purpose: Implements wxTaskBarIcon class for manipulating icons on
// the task bar.
// Author: Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "taskbar.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
#ifndef WX_PRECOMP
-#include "wx/defs.h"
-#include "wx/window.h"
-#include "wx/frame.h"
-#include "wx/utils.h"
-#include "wx/menu.h"
+ #include "wx/window.h"
+ #include "wx/frame.h"
+ #include "wx/utils.h"
+ #include "wx/menu.h"
#endif
#if defined(__WIN95__)
bool wxTaskBarIcon::RemoveIcon()
{
- return false;
+ return false;
}
bool wxTaskBarIcon::PopupMenu(wxMenu *menu)
{
- return false;
+ return false;
}
void wxTaskBarIcon::RegisterWindowMessages()
}
#endif // __WIN95__
-