ultimatepp/uppsrc/CtrlCore/CocoTop.h
cxl c2cefa8b07 CtrlLib: Cocoa partial fix of dark theme
git-svn-id: svn://ultimatepp.org/upp/trunk@12638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-21 17:16:02 +00:00

21 lines
No EOL
384 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;
Event<Bar&> MainMenu;
public:
virtual bool HotKey(dword key);
void SetMainMenu(Event<Bar&> menu);
//$ };