Audacity 3.2.0
Macros | Functions | Variables
KeyView.cpp File Reference
#include "KeyView.h"
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/settings.h>
#include <wx/vlbox.h>
#include "AColor.h"
#include "ShuttleGui.h"
#include "CommandManager.h"
#include <wx/dc.h>
#include <wx/menu.h>
Include dependency graph for KeyView.cpp:

Go to the source code of this file.

Macros

#define KV_BITMAP_SIZE   16
 
#define KV_LEFT_MARGIN   2
 
#define KV_COLUMN_SPACER   5
 
#define KV_VSCROLL_WIDTH   16 /* figure this out automatically? */
 

Functions

 END_EVENT_TABLE ()
 

Variables

static wxString CommandTranslated = "Command"
 

Macro Definition Documentation

◆ KV_BITMAP_SIZE

#define KV_BITMAP_SIZE   16

Definition at line 131 of file KeyView.cpp.

◆ KV_COLUMN_SPACER

#define KV_COLUMN_SPACER   5

Definition at line 133 of file KeyView.cpp.

◆ KV_LEFT_MARGIN

#define KV_LEFT_MARGIN   2

Definition at line 132 of file KeyView.cpp.

◆ KV_VSCROLL_WIDTH

#define KV_VSCROLL_WIDTH   16 /* figure this out automatically? */

Definition at line 134 of file KeyView.cpp.

Function Documentation

◆ END_EVENT_TABLE()

END_EVENT_TABLE ( )

Variable Documentation

◆ CommandTranslated

wxString CommandTranslated = "Command"
static