1. moved events to common file from MSW specific
2. deprecated virtual functions in favour of event handlers
3. removed taskbar.cpp files from port that don't implement it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19979
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
statlmac.cpp Mac
stattext.cpp Mac
tabctrl.cpp Mac
-taskbar.cpp Mac
textctrl.cpp Mac
thread.cpp Mac
timer.cpp Mac
statline.cpp OS2
stattext.cpp OS2
tabctrl.cpp OS2
-taskbar.cpp OS2
textctrl.cpp OS2
timer.cpp OS2
thread.cpp OS2
stattext.h MacH
statusbr.h MacH
tabctrl.h MacH
-taskbar.h MacH
textctrl.h MacH
timer.h MacH
toolbar.h MacH
tabctrl.h OS2H
dcclient.h OS2H
print.h OS2H
-taskbar.h OS2H
bmpbuttn.h OS2H
dcmemory.h OS2H
iniconf.h OS2H
+++ /dev/null
-/////////////////////////////////////////////////////////////////////////
-// File: taskbar.h
-// Purpose: Defines wxTaskBarIcon class for manipulating icons on the
-// task bar. Optional.
-// Author: Stefan Csomor
-// Modified by:
-// Created: 1998-01-01
-// RCS-ID: $Id$
-// Copyright: (c)
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////
-
-#ifndef _WX_TASKBAR_H_
-#define _WX_TASKBAR_H_
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "taskbar.h"
-#endif
-
-#include "wx/list.h"
-#include "wx/icon.h"
-
-class wxTaskBarIcon: public wxObject
-{
-public:
- wxTaskBarIcon();
- virtual ~wxTaskBarIcon();
-
-// Accessors
-
-// Operations
- bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
- bool RemoveIcon();
-
-// Overridables
- virtual void OnMouseMove();
- virtual void OnLButtonDown();
- virtual void OnLButtonUp();
- virtual void OnRButtonDown();
- virtual void OnRButtonUp();
- virtual void OnLButtonDClick();
- virtual void OnRButtonDClick();
-
-// Data members
-protected:
-};
-
-#endif
- // _WX_TASKBAR_H_
mac/statlmac.cpp \
mac/stattext.cpp \
mac/tabctrl.cpp \
- mac/taskbar.cpp \
mac/textctrl.cpp \
mac/thread.cpp \
mac/timer.cpp \
mac/stattext.h \
mac/statusbr.h \
mac/tabctrl.h \
- mac/taskbar.h \
mac/textctrl.h \
mac/timer.h \
mac/toolbar.h \
statlmac.o \
stattext.o \
tabctrl.o \
- taskbar.o \
textctrl.o \
thread.o \
timer.o \
+++ /dev/null
-/////////////////////////////////////////////////////////////////////////
-// File: taskbar.cpp
-// Purpose: Implements wxTaskBarIcon class for manipulating icons on
-// the task bar. Optional.
-// Author: Stefan Csomor
-// Modified by:
-// Created: 1998-01-01
-// RCS-ID: $Id$
-// Copyright: (c)
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "taskbar.h"
-#endif
-
-#include "wx/taskbar.h"
-
-wxTaskBarIcon::wxTaskBarIcon()
-{
- // TODO
-}
-
-wxTaskBarIcon::~wxTaskBarIcon()
-{
- // TODO
-}
-
-// Operations
-bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip)
-{
- // TODO
- return FALSE;
-}
-
-bool wxTaskBarIcon::RemoveIcon()
-{
- // TODO
- return FALSE;
-}
-
-// Overridables
-void wxTaskBarIcon::OnMouseMove()
-{
-}
-
-void wxTaskBarIcon::OnLButtonDown()
-{
-}
-
-void wxTaskBarIcon::OnLButtonUp()
-{
-}
-
-void wxTaskBarIcon::OnRButtonDown()
-{
-}
-
-void wxTaskBarIcon::OnRButtonUp()
-{
-}
-
-void wxTaskBarIcon::OnLButtonDClick()
-{
-}
-
-void wxTaskBarIcon::OnRButtonDClick()
-{
-}
-
mac/statlmac.cpp \
mac/stattext.cpp \
mac/tabctrl.cpp \
- mac/taskbar.cpp \
mac/textctrl.cpp \
mac/thread.cpp \
mac/timer.cpp \
mac/stattext.h \
mac/statusbr.h \
mac/tabctrl.h \
- mac/taskbar.h \
mac/textctrl.h \
mac/timer.h \
mac/toolbar.h \
statlmac.o \
stattext.o \
tabctrl.o \
- taskbar.o \
textctrl.o \
thread.o \
timer.o \
+++ /dev/null
-/////////////////////////////////////////////////////////////////////////
-// File: taskbar.cpp
-// Purpose: Implements wxTaskBarIcon class for manipulating icons on
-// the task bar. Optional.
-// Author: Stefan Csomor
-// Modified by:
-// Created: 1998-01-01
-// RCS-ID: $Id$
-// Copyright: (c)
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "taskbar.h"
-#endif
-
-#include "wx/taskbar.h"
-
-wxTaskBarIcon::wxTaskBarIcon()
-{
- // TODO
-}
-
-wxTaskBarIcon::~wxTaskBarIcon()
-{
- // TODO
-}
-
-// Operations
-bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip)
-{
- // TODO
- return FALSE;
-}
-
-bool wxTaskBarIcon::RemoveIcon()
-{
- // TODO
- return FALSE;
-}
-
-// Overridables
-void wxTaskBarIcon::OnMouseMove()
-{
-}
-
-void wxTaskBarIcon::OnLButtonDown()
-{
-}
-
-void wxTaskBarIcon::OnLButtonUp()
-{
-}
-
-void wxTaskBarIcon::OnRButtonDown()
-{
-}
-
-void wxTaskBarIcon::OnRButtonUp()
-{
-}
-
-void wxTaskBarIcon::OnLButtonDClick()
-{
-}
-
-void wxTaskBarIcon::OnRButtonDClick()
-{
-}
-
os2/statline.cpp \
os2/stattext.cpp \
os2/tabctrl.cpp \
- os2/taskbar.cpp \
os2/textctrl.cpp \
os2/thread.cpp \
os2/timer.cpp \
os2/statline.h \
os2/stattext.h \
os2/tabctrl.h \
- os2/taskbar.h \
os2/textctrl.h \
os2/timer.h \
os2/toolbar.h \
statline.o \
stattext.o \
tabctrl.o \
- taskbar.o \
textctrl.o \
thread.o \
timer.o \