#include "Loaders.h"
#include <wx/frame.h>
#include <wx/menu.h>
#include <wx/scrolbar.h>
#include <wx/toolbar.h>
#include <wx/list.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/bmpbuttn.h>
#include <wx/timer.h>
#include <wx/splitter.h>
#include <wx/checkbox.h>
#include <wx/slider.h>
Go to the source code of this file.
Classes | |
class | Area |
Waveform display area. More... | |
class | Controls |
Area with track controls. More... | |
class | Frame |
Main window frame class. More... | |
class | TrackControl |
Single track control widget. More... | |
class | VolumeSlider |
Volume slider. More... | |
Functions | |
WX_DECLARE_LIST (VolumeSlider, VolumeSliders) | |
WX_DECLARE_LIST (TrackControl, TrackControls) |
|
|
|
|