Audacity 3.2.0
|
#include <vector>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/grid.h>
#include "NumericTextCtrl.h"
Go to the source code of this file.
Classes | |
class | NumericEditor |
wxGridCellEditor for the NumericTextCtrl. More... | |
class | NumericRenderer |
wxGridCellRenderer for the NumericTextCtrl. More... | |
class | ChoiceEditor |
Modified version of wxGridChoiceEditor using wxChoice instead of wxComboBox. More... | |
class | ChoiceEditor::FocusHandler |
class | Grid |
Supplies an accessible grid based on wxGrid. More... | |
Macros | |
#define | GRID_VALUE_TIME wxT("Time") |
#define | GRID_VALUE_FREQUENCY wxT("Frequency") |
#define | GRID_VALUE_CHOICE wxT("Choice") |