From e6444114f81750cc18f08f6fd84af121910c0dda Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 21 Mar 2017 16:10:34 +0300 Subject: Add Global Menu support --- schemas/org.mate.interface.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in index 72cb9b8..c80068c 100644 --- a/schemas/org.mate.interface.gschema.xml.in +++ b/schemas/org.mate.interface.gschema.xml.in @@ -160,6 +160,16 @@ Titlebar layout of GTK3 client-side decorated windows This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout. + + false + Use a global menubar for displaying application menus + This setting determines where application menu will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-app-menu. + + + false + Use a global menubar for displaying window menubars + This setting determines where window menubars will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-menubar. + true Only show mnemonics on when the Alt key is pressed -- cgit v1.2.1