gtk: Make menubar accelerator work.

This commit is contained in:
Cheng Zhao
2014-03-15 16:16:12 +08:00
parent c88673d6ba
commit 5e2c975758
3 changed files with 71 additions and 0 deletions

View File

@@ -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();