Audacity 3.2.0
MissingPluginsErrorDialog.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 MissingPluginsDialogError.h
6
7**********************************************************************/
8
9#pragma once
10
11#include "wxPanelWrapper.h"
12
15{
16public:
17 explicit MissingPluginsErrorDialog(wxWindow* parent);
19
20 void OnOk(wxCommandEvent& event);
21
22 DECLARE_EVENT_TABLE()
23};
An error dialog about missing plugins.
void OnOk(wxCommandEvent &event)