14#include <wx/dcclient.h>
46 wxPaintDC dc {
this };
47 const auto color =
mClipping ? *wxRED : *wxLIGHT_GREY;
51 dc.DrawRoundedRectangle(rect, 2);
55 dc.SetPen(*wxTRANSPARENT_PEN);
56 dc.DrawRoundedRectangle(rect.Deflate(2), 2);
void OnPaint(wxPaintEvent &evt)
Subscription Subscribe(Callback callback)
Connect a callback to the Publisher; later-connected are called earlier.
wxColor GetColorMix(const wxColor &a, const wxColor &b, double aWeight)
wxRect GetPanelRect(const wxPanelWrapper &panel)
static const wxColour lineColor
enum AudioIOEvent::Type type