#include "WhatsNewDialog.h"
#include <wx/fs_mem.h>
#include <wx/settings.h>
#include <wx/mstream.h>
#include <wx/sstream.h>
#include <wx/txtstrm.h>
#include <wx/hyperlink.h>
#include <wx/checkbox.h>
#include <wx/frame.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include "HelpSystem.h"
#include "HelpText.h"
#include "ProjectWindows.h"
#include "ShuttleGui.h"
#include "Theme.h"
#include "AllThemeResources.h"
#include "../images/WhatsNewBtn.jpeg.h"
#include "../images/MuseHub.jpeg.h"
Go to the source code of this file.
◆ SHOW_MUSEHUB
◆ sWhatsNewWindow
AttachedWindows::RegisteredFactory sWhatsNewWindow |
Initial value:{
}
}
AUDACITY_DLL_API wxFrame & GetProjectFrame(AudacityProject &project)
Get the top-level window associated with the project (as a wxFrame only, when you do not need to use ...
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 56 of file WhatsNewDialog.cpp.
Referenced by WhatsNewDialog::Show().