Small doc improvements

This commit is contained in:
Matthias Clasen 2013-11-16 15:00:16 -05:00
parent 9e18a52156
commit 07d71cf945
2 changed files with 5 additions and 2 deletions

View File

@ -82,7 +82,9 @@
* looks on different platforms).
* This behaviour can be overridden with the #GtkApplicationWindow:show-menubar
* property. If the desktop environment does not display the application
* menu, then it will automatically be included in the menubar.
* menu, then it will automatically be included in the menubar. It can
* also be shown as part of client-side window decorations, e.g. by
* using gtk_header_bar_set_show_fallback_app_menu().
*
* <example><title>A GtkApplicationWindow with a menubar</title>
* <programlisting><![CDATA[

View File

@ -1908,7 +1908,8 @@ gtk_header_bar_get_show_fallback_app_menu (GtkHeaderBar *bar)
* @setting: %TRUE to enable the fallback application menu
*
* Sets whether this header bar may show a menu button
* for the application menu when needed.
* for the application menu when it is not shown by the
* desktop environment.
*
* Since: 3.12
*/