ultimatepp/uppsrc/CtrlCore/CocoTop.h
cxl 97ed67c5b0 CtrlLib: OSX Main application menu support
git-svn-id: svn://ultimatepp.org/upp/trunk@12341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-07 17:49:53 +00:00

19 lines
No EOL
320 B
C

//$ class TopWindow {
protected:
friend struct MMImp;
bool placefocus;
dword GetMMStyle() const;
virtual void MMClose() { WhenClose(); }
static TopWindow *GetMenuTopWindow();
static void SyncMainMenu(bool force);
void *menubar = NULL;
public:
void SetMainMenu(Event<Bar&> menu);
//$ };