diff options
author | Konstantin <[email protected]> | 2017-03-21 16:10:34 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-11 08:29:50 +0200 |
commit | e6444114f81750cc18f08f6fd84af121910c0dda (patch) | |
tree | 74786d452ba09bfe9e258ac89010e9e1fd7c5bf7 /schemas/org.mate.interface.gschema.xml.in | |
parent | 3ddca3bc95c0ea60c1eb1ebbcdaaaa47b3c741f1 (diff) | |
download | mate-desktop-e6444114f81750cc18f08f6fd84af121910c0dda.tar.bz2 mate-desktop-e6444114f81750cc18f08f6fd84af121910c0dda.tar.xz |
Add Global Menu support
Diffstat (limited to 'schemas/org.mate.interface.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ <summary>Titlebar layout of GTK3 client-side decorated windows</summary> <description>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.</description> </key> + <key name="gtk-shell-shows-app-menu" type="b"> + <default>false</default> + <summary>Use a global menubar for displaying application menus</summary> + <description> 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.</description> + </key> + <key name="gtk-shell-shows-menubar" type="b"> + <default>false</default> + <summary>Use a global menubar for displaying window menubars</summary> + <description> 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.</description> + </key> <key name="automatic-mnemonics" type="b"> <default>true</default> <summary>Only show mnemonics on when the Alt key is pressed</summary> |