12#ifndef __AUDACITY_BASIC_MENU__
13#define __AUDACITY_BASIC_MENU__
17namespace BasicUI{
class WindowPlacement; }
29 explicit Handle( wxMenu *pMenu ) : mpMenu{ pMenu } {}
36 const Point &pos = {} );
A pair of screen coordinates for use in toolkit-neutral UI facades.
Handle(const Handle &other)=delete
Subclasses may hold information such as a parent window pointer for a dialog.
A pair of screen coordinates, x increasing rightward, y downward.