ultimatepp/uppsrc/CtrlCore/CocoTop.h
mirek-fidler e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00

23 lines
420 B
C

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