mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
gtk-demo: Add alternative text to a GtkPicture
This lets us text GtkPicture a11y support.
This commit is contained in:
parent
ed571ae68a
commit
ef7499a31b
@ -414,6 +414,7 @@ do_images (GtkWidget *do_widget)
|
|||||||
* will create the pixbuf and fill it in.
|
* will create the pixbuf and fill it in.
|
||||||
*/
|
*/
|
||||||
picture = gtk_picture_new ();
|
picture = gtk_picture_new ();
|
||||||
|
gtk_picture_set_alternative_text (GTK_PICTURE (picture), "A slowly loading image");
|
||||||
gtk_frame_set_child (GTK_FRAME (frame), picture);
|
gtk_frame_set_child (GTK_FRAME (frame), picture);
|
||||||
|
|
||||||
start_progressive_loading (picture);
|
start_progressive_loading (picture);
|
||||||
|
Loading…
Reference in New Issue
Block a user