mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
- 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
23 lines
420 B
C
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);
|