gtk: Enable creating menu bar.
This commit is contained in:
parent
6939e325df
commit
4e4e0f5d4d
2 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue