diff options
Diffstat (limited to 'gtk/deprecated/gtkuimanager.c')
-rw-r--r-- | gtk/deprecated/gtkuimanager.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c index 7400213880..109aab5745 100644 --- a/gtk/deprecated/gtkuimanager.c +++ b/gtk/deprecated/gtkuimanager.c @@ -190,9 +190,9 @@ * * a keyboard accelerator * - * The "position" attribute determines where a constructed widget is positioned + * The “position” attribute determines where a constructed widget is positioned * wrt. to its siblings in the partially constructed tree. If it is - * "top", the widget is prepended, otherwise it is appended. + * “top”, the widget is prepended, otherwise it is appended. * * # UI Merging # {#UI-Merging} * @@ -201,7 +201,7 @@ * * Merging is done based on the names of the XML elements. Each element is * identified by a path which consists of the names of its anchestors, separated - * by slashes. For example, the menuitem named "Left" in the example above + * by slashes. For example, the menuitem named “Left” in the example above * has the path `/ui/menubar/JustifyMenu/Left` and the * toolitem with the same name has path * `/ui/toolbar1/JustifyToolItems/Left`. @@ -215,7 +215,7 @@ * * # Smart Separators # {#Smart-Separators} * - * The separators created by #GtkUIManager are "smart", i.e. they do not show up + * The separators created by #GtkUIManager are “smart”, i.e. they do not show up * in the UI unless they end up between two visible menu or tool items. Separators * which are located at the very beginning or end of the menu or toolbar * containing them, or multiple separators next to each other, are hidden. This @@ -235,9 +235,9 @@ * * - make them disappear by hiding the menu item they're attached to * - * - add an insensitive "Empty" item + * - add an insensitive “Empty” item * - * The behaviour is chosen based on the "hide_if_empty" property of the action + * The behaviour is chosen based on the “hide_if_empty” property of the action * to which the submenu is associated. * * # GtkUIManager as GtkBuildable # {#GtkUIManager-BUILDER-UI} @@ -250,7 +250,7 @@ * * The widgets that are constructed by a GtkUIManager can be embedded in * other parts of the constructed user interface with the help of the - * "constructor" attribute. See the example below. + * “constructor” attribute. See the example below. * * ## An embedded GtkUIManager UI definition * @@ -873,7 +873,7 @@ gtk_ui_manager_get_add_tearoffs (GtkUIManager *manager) * @manager: a #GtkUIManager * @add_tearoffs: whether tearoff menu items are added * - * Sets the "add_tearoffs" property, which controls whether menus + * Sets the “add_tearoffs” property, which controls whether menus * generated by this #GtkUIManager will have tearoff menu items. * * Note that this only affects regular menus. Generated popup |