ultimatepp/uppsrc/CtrlCore/CocoTop.h
cxl 729b71efef CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-03 17:15:44 +00:00

19 lines
No EOL
326 B
C

//$ class Upp::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);
//$ };