Method
GtkApplicationget_menubar
since: 3.4
Declaration [src]
GMenuModel*
gtk_application_get_menubar (
GtkApplication* application
)
Description [src]
Returns the menu model that has been set with gtk_application_set_menubar().
Available since: 3.4
Gets property | Gtk.Application:menubar |
Return value
Type: GMenuModel
The menubar for windows of application
.
The returned data is owned by the instance. |