Audacity 3.2.0
Variables
anonymous_namespace{MousePrefs.cpp} Namespace Reference

Variables

PrefsPanel::Registration sAttachment
 

Variable Documentation

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{MousePrefs.cpp}::sAttachment
Initial value:
{ "Mouse",
[](wxWindow *parent, wxWindowID winid, AudacityProject *)
{
wxASSERT(parent);
return safenew MousePrefs(parent, winid);
}
}
#define safenew
Definition: MemoryX.h:10
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
A PrefsPanel that presents an interface for user to view the default bindings of mouse buttons to com...
Definition: MousePrefs.h:23

Definition at line 240 of file MousePrefs.cpp.