mirror of
https://github.com/electron/electron.git
synced 2026-02-12 08:05:07 -05:00
gtk: Make menubar accelerator work.
This commit is contained in:
@@ -130,6 +130,7 @@ class MenuGtk {
|
||||
gpointer userdata);
|
||||
|
||||
GtkWidget* widget() const { return menu_; }
|
||||
ui::MenuModel* model() const { return model_;}
|
||||
|
||||
// Updates all the enabled/checked states and the dynamic labels.
|
||||
void UpdateMenu();
|
||||
|
||||
Reference in New Issue
Block a user