Audacity 3.2.0
UnwritableLocationErrorDialog.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 UnwritableLocationError.h
6
7 Dmitry Vedenko
8
9**********************************************************************/
10
11#pragma once
12
13
14#include "wxPanelWrapper.h"
15
18{
19public:
20 explicit UnwritableLocationErrorDialog(wxWindow* parent, const wxString& path);
22
23 void OnOk(wxCommandEvent& event);
24 void OnError(wxCommandEvent& event);
25
26 DECLARE_EVENT_TABLE()
27};
An error dialog about unwritable location, that allows to navigate to settings quickly.
UnwritableLocationErrorDialog(wxWindow *parent, const wxString &path)