mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
Forgot to add new file
This commit is contained in:
parent
18cbc2e574
commit
4475dee373
22
src/menus/WindowMenus.h
Normal file
22
src/menus/WindowMenus.h
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#include "../Audacity.h"
|
||||||
|
|
||||||
|
#include "../commands/CommandManager.h"
|
||||||
|
|
||||||
|
#ifdef __WXMAC__
|
||||||
|
|
||||||
|
/// Namespace for functions for window management (mac only?)
|
||||||
|
namespace WindowActions {
|
||||||
|
|
||||||
|
// Range of assigned menu IDs
|
||||||
|
static const wxWindowID ID_BASE = 30000;
|
||||||
|
static const wxWindowID ID_LAST = 30999;
|
||||||
|
|
||||||
|
// Exported helper functions
|
||||||
|
void Refresh();
|
||||||
|
};
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
// Not WXMAC.
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user