mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
Remove some old erratta, and do a major tidy up of line endings and properties on source files
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
#ifndef MUSIK_BTNDOWN_EVT
|
||||
#define MUSIK_BTNDOWN_EVT
|
||||
|
||||
#include "wx/wx.h"
|
||||
|
||||
class CBtnDownEvt : public wxEvtHandler
|
||||
{
|
||||
public:
|
||||
CBtnDownEvt( wxBitmapButton *parent, wxBitmap *down, wxBitmap *up ){ pParent = parent; pBtnDown = down; pBtnUp = up; };
|
||||
~CBtnDownEvt(){};
|
||||
|
||||
void OnLeftDown ( wxMouseEvent& event );
|
||||
void OnLeftUp ( wxMouseEvent& event );
|
||||
void OnMouseMove( wxMouseEvent& event );
|
||||
void OnEraseBackground(wxEraseEvent& ) {}
|
||||
DECLARE_EVENT_TABLE()
|
||||
private:
|
||||
wxBitmapButton *pParent;
|
||||
wxBitmap *pBtnDown;
|
||||
wxBitmap *pBtnUp;
|
||||
};
|
||||
|
||||
#endif
|
||||
#ifndef MUSIK_BTNDOWN_EVT
|
||||
#define MUSIK_BTNDOWN_EVT
|
||||
|
||||
#include "wx/wx.h"
|
||||
|
||||
class CBtnDownEvt : public wxEvtHandler
|
||||
{
|
||||
public:
|
||||
CBtnDownEvt( wxBitmapButton *parent, wxBitmap *down, wxBitmap *up ){ pParent = parent; pBtnDown = down; pBtnUp = up; };
|
||||
~CBtnDownEvt(){};
|
||||
|
||||
void OnLeftDown ( wxMouseEvent& event );
|
||||
void OnLeftUp ( wxMouseEvent& event );
|
||||
void OnMouseMove( wxMouseEvent& event );
|
||||
void OnEraseBackground(wxEraseEvent& ) {}
|
||||
DECLARE_EVENT_TABLE()
|
||||
private:
|
||||
wxBitmapButton *pParent;
|
||||
wxBitmap *pBtnDown;
|
||||
wxBitmap *pBtnUp;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
0
lib-src/sbsms/win/config.h
Executable file → Normal file
0
lib-src/sbsms/win/config.h
Executable file → Normal file
0
lib-src/sbsms/win/libmad/libmad.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/libmad/libmad.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/libsndfile/libsndfile.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/libsndfile/libsndfile.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/portaudio-v19/portaudio-v19.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/portaudio-v19/portaudio-v19.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/pthread/pthread.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/pthread/pthread.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/sbsms/sbsms.sln
Executable file → Normal file
0
lib-src/sbsms/win/sbsms/sbsms.sln
Executable file → Normal file
0
lib-src/sbsms/win/sbsms/sbsms.vcproj
Executable file → Normal file
0
lib-src/sbsms/win/sbsms/sbsms.vcproj
Executable file → Normal file
Reference in New Issue
Block a user