⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 warning.h

📁 Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Mac OS X、Microsoft Windows、GNU/Linux和其它作業系統
💻 H
字号:
/**********************************************************************  Audacity: A Digital Audio Editor  Warning.h  Dominic Mazzoni**********************************************************************/#ifndef __AUDACITY_WARNING__#define __AUDACITY_WARNING__#include "../Audacity.h"#include <wx/defs.h>#include <wx/window.h>/// Displays a warning dialog with a check box that says/// "Don't show this warning again".  If the user checks/// the box, the internalDialogName is noted in the/// preferences.  The internalDialogName is never seen by/// the user; it should be unique to each message.void ShowWarningDialog(wxWindow *parent,                       wxString internalDialogName,                       wxString message);                   #endif // __AUDACITY_WARNING__// Indentation settings for Vim and Emacs and unique identifier for Arch, a// version control system. Please do not modify past this point.//// Local Variables:// c-basic-offset: 3// indent-tabs-mode: nil// End://// vim: et sts=3 sw=3// arch-tag: 2b69f33b-2dc8-4b9f-99a1-65d57f554133

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -