From 6546ef345986c10857e41b3c7129e0b24985da66 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 9 Jun 2018 22:48:06 +0200 Subject: picture: Introduce This commit introduces GtkPicture, which is supposed to complement GtkImage. GtkImage will be adapted to always display an icon, while GtkPicture displays regular imagery. --- docs/reference/gtk/gtk4-docs.xml | 1 + docs/reference/gtk/gtk4-sections.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) (limited to 'docs') diff --git a/docs/reference/gtk/gtk4-docs.xml b/docs/reference/gtk/gtk4-docs.xml index 2ad8229aec..9a59b2b947 100644 --- a/docs/reference/gtk/gtk4-docs.xml +++ b/docs/reference/gtk/gtk4-docs.xml @@ -93,6 +93,7 @@ Display Widgets + diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index aef56e724e..36edc8567f 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -2049,6 +2049,40 @@ GtkPanedPrivate gtk_paned_get_type +
+gtkpicture +GtkPicture +GtkPicture +gtk_picture_new +gtk_picture_new_for_paintable +gtk_picture_new_for_pixbuf +gtk_picture_new_for_file +gtk_picture_new_for_filename +gtk_picture_new_for_resource +gtk_picture_set_paintable +gtk_picture_get_paintable +gtk_picture_set_pixbuf +gtk_picture_set_file +gtk_picture_get_file +gtk_picture_set_filename +gtk_picture_set_resource +gtk_picture_set_keep_aspect_ratio +gtk_picture_get_keep_aspect_ratio +gtk_picture_set_can_shrink +gtk_picture_get_can_shrink +gtk_picture_set_alternative_text +gtk_picture_get_alternative_text + +GTK_PICTURE +GTK_IS_PICTURE +GTK_TYPE_PICTURE +GTK_PICTURE_CLASS +GTK_IS_PICTURE_CLASS +GTK_PICTURE_GET_CLASS + +gtk_picture_get_type +
+
gtkprogressbar GtkProgressBar -- cgit v1.2.1