Audacity 3.2.0
NoUpdatesAvailableDialog.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @file NoUpdatesAvailableDialog.h
6 @brief Define a dialog with Information about no updates available.
7
8 Anton Gerasimov
9
10**********************************************************************/
11
12#pragma once
13
14
15#include "wxPanelWrapper.h"
16
19{
20public:
21 explicit NoUpdatesAvailableDialog(wxWindow* parent);
23
24 void OnOk(wxCommandEvent& event);
25
26 DECLARE_EVENT_TABLE()
27};
Information dialog about no updates available, that allows to navigate to settings quickly.
NoUpdatesAvailableDialog(wxWindow *parent)
void OnOk(wxCommandEvent &event)