MCPcopy Create free account
hub / github.com/audacity/audacity / DoMultiDialog

Method DoMultiDialog

libraries/lib-wx-init/wxWidgetsBasicUI.cpp:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234int wxWidgetsBasicUI::DoMultiDialog(const TranslatableString &message,
235 const TranslatableString &title,
236 const TranslatableStrings &buttons,
237 const ManualPageID &helpPage,
238 const TranslatableString &boxMsg, bool log)
239{
240 return ::ShowMultiDialog(message, title, buttons, helpPage, boxMsg, log);
241}
242
243bool wxWidgetsBasicUI::DoOpenInDefaultBrowser(const wxString &url)
244{

Callers 1

ShowMultiDialogFunction · 0.45

Calls 1

ShowMultiDialogFunction · 0.70

Tested by

no test coverage detected