diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/gtk/migrating-GtkStyleContext.xml | 4 | ||||
-rw-r--r-- | docs/reference/gtk/migrating-checklist.sgml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index d435188710..7a04b303dc 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -3167,7 +3167,6 @@ GTK_TYPE_SPINNER GTK_SPINNER_CLASS GTK_IS_SPINNER_CLASS GTK_SPINNER_GET_CLASS -GTK_IS_SPINNER_CLASS <SUBSECTION Private> GtkSpinnerPrivate diff --git a/docs/reference/gtk/migrating-GtkStyleContext.xml b/docs/reference/gtk/migrating-GtkStyleContext.xml index bea2629d04..6ef11c549e 100644 --- a/docs/reference/gtk/migrating-GtkStyleContext.xml +++ b/docs/reference/gtk/migrating-GtkStyleContext.xml @@ -134,7 +134,7 @@ </simplelist> <para> - One of the main differences to #GtkStyle-based engines is that the + One of the main differences to #GtkStyle<!-- -->-based engines is that the rendered widget is totally isolated from the theme engine, all style information is meant to be retrieved from the #GtkThemingEngine API, or from the #GtkWidgetPath obtained from gtk_theming_engine_get_path(), @@ -171,7 +171,7 @@ </para> <para> - The installed properties depend on the #GtkThemeEngine::name property, + The installed properties depend on the #GtkThemingEngine:name property, so they should be added in the <literal>constructed()</literal> vfunc. For example, if an engine with the name "Clearlooks" installs a "focus-color" property with the type #GdkRGBA, the property diff --git a/docs/reference/gtk/migrating-checklist.sgml b/docs/reference/gtk/migrating-checklist.sgml index 659dad94a6..3932926cf9 100644 --- a/docs/reference/gtk/migrating-checklist.sgml +++ b/docs/reference/gtk/migrating-checklist.sgml @@ -295,7 +295,7 @@ my_widget_key_press_event_handler (GtkWidget *widget, GdkEventKey *event) <para> Named icons can be used for window icons (see gtk_window_set_icon_name()) - and images (see gtk_image_set_icon_name()). You can also use named icons + and images (see gtk_image_set_from_icon_name()). You can also use named icons for drag-and-drop (see gtk_drag_source_set_icon_name()) and in treeview cells (see the #GtkCellRendererPixbuf:icon-name property). </para> |