Audacity 3.2.0
TrackPanelConstants.h
Go to the documentation of this file.
1/*!********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 TrackPanelConstants.h
6
7 Paul Licameli split from ViewInfo.h
8
9 **********************************************************************/
10
11#ifndef __AUDACITY_TRACK_PANEL_CONSTANTS__
12#define __AUDACITY_TRACK_PANEL_CONSTANTS__
13
14#include "ZoomInfo.h"
15
16// See big pictorial comment in TrackPanel.cpp for explanation of these numbers
18enum : int {
25};
26
27#endif
@ kBottomMargin
@ kTopInset
@ kTrackSeparatorThickness
@ kTopMargin
@ kChannelSeparatorThickness
@ kAffordancesAreaHeight
@ kShadowThickness
Definition: ZoomInfo.h:23
@ kBorderThickness
Definition: ZoomInfo.h:22