gtk: Enable creating menu bar.

This commit is contained in:
Cheng Zhao 2014-03-14 21:13:28 +08:00
parent 6939e325df
commit 4e4e0f5d4d
2 changed files with 6 additions and 3 deletions

View file

@ -56,7 +56,9 @@ class MenuGtk {
static GtkWidget* GetDefaultImageForLabel(const std::string& label);
};
MenuGtk(MenuGtk::Delegate* delegate, ui::MenuModel* model);
MenuGtk(MenuGtk::Delegate* delegate,
ui::MenuModel* model,
bool is_menubar = false);
virtual ~MenuGtk();
// Initialize GTK signal handlers.