Audacity 3.2.0
Functions
anonymous_namespace{ErrorReportDialog.cpp} Namespace Reference

Functions

int GetCollapsiblePaneBorder (wxWindow *root)
 

Function Documentation

◆ GetCollapsiblePaneBorder()

int anonymous_namespace{ErrorReportDialog.cpp}::GetCollapsiblePaneBorder ( wxWindow *  root)

Definition at line 45 of file ErrorReportDialog.cpp.

46{
47#if defined(__WXMAC__)
48 (void)root;
49 return 6;
50#elif defined(__WXMSW__)
51 return root->ConvertDialogToPixels(wxSize(2, 0)).x;
52#else
53 (void)root;
54 return 5;
55#endif
56}

Referenced by ErrorReportDialog::ErrorReportDialog().

Here is the caller graph for this function: