🎨
This commit is contained in:
parent
6c6506e5aa
commit
2006e22aa4
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ class Menu : public mate::TrackableObject<Menu>,
|
||||||
void ExecuteCommand(int command_id, int event_flags) override;
|
void ExecuteCommand(int command_id, int event_flags) override;
|
||||||
void MenuWillShow(ui::SimpleMenuModel* source) override;
|
void MenuWillShow(ui::SimpleMenuModel* source) override;
|
||||||
|
|
||||||
virtual void PopupAt(Window* window, int x, int y, int positioning_item,
|
virtual void PopupAt(
|
||||||
bool async) = 0;
|
Window* window, int x, int y, int positioning_item, bool async) = 0;
|
||||||
virtual void ClosePopupAt(int32_t window_id) = 0;
|
virtual void ClosePopupAt(int32_t window_id) = 0;
|
||||||
|
|
||||||
std::unique_ptr<AtomMenuModel> model_;
|
std::unique_ptr<AtomMenuModel> model_;
|
||||||
|
|
Loading…
Reference in a new issue