![]() |
Audacity 3.2.0
|
#include <functional>
#include <vector>
#include <wx/defs.h>
#include "Prefs.h"
#include "Theme.h"
#include "wxPanelWrapper.h"
#include <wx/windowptr.h>
Go to the source code of this file.
Classes | |
class | ToolBar |
Works with ToolManager and ToolDock to provide a dockable window in which buttons can be placed. More... | |
struct | RegisteredToolbarFactory |
Macros | |
#define | USE_AQUA_THEME 1 |
#define | toolbarSingle 27 |
#define | toolbarGap 1 |
Enumerations | |
enum | { ToolBarFloatMargin = 1 } |
Functions | |
DECLARE_EXPORTED_EVENT_TYPE (AUDACITY_DLL_API, EVT_TOOLBAR_UPDATED, -1) | |
class ToolBar More... | |
anonymous enum |
DECLARE_EXPORTED_EVENT_TYPE | ( | AUDACITY_DLL_API | , |
EVT_TOOLBAR_UPDATED | , | ||
- | 1 | ||
) |
class ToolBar