11#ifndef __AUDACITY_TRACK_PANEL_DRAWABLE__
12#define __AUDACITY_TRACK_PANEL_DRAWABLE__
42 virtual wxRect DrawingArea(
44 const wxRect &rect,
const wxRect &panelRect,
unsigned iPass );
48 const wxRect &rect,
const wxRect &panelRect ) {
49 return { panelRect.x, rect.y, panelRect.width, rect.height };
53 const wxRect &rect,
const wxRect &panelRect ) {
54 return { rect.x, panelRect.y, rect.width, panelRect.height };
Drawing interface common to cells, groups of cells, and temporary handles in CellularPanel.
static wxRect MaximizeHeight(const wxRect &rect, const wxRect &panelRect)
static wxRect MaximizeWidth(const wxRect &rect, const wxRect &panelRect)