From: Mohammed Sadiq Date: Wed, 13 Jun 2018 14:45:20 +0000 (+0530) Subject: docs: Use gtk_widget_show() to show window X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~176 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e98741793b1365f2fd378efe2ad6e572b02fba6;p=gtk4.git docs: Use gtk_widget_show() to show window gtk_window_show_all() is no longer available (and no longer needed) --- diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index 8704539d69..212e092305 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -120,7 +120,7 @@ here. Finally the window size is set using gtk_window_set_default_size and - the window is then shown by GTK via gtk_widget_show_all(). + the window is then shown by GTK via gtk_widget_show(). When you exit the window, by for example pressing the X, the g_application_run() in the main loop returns with a number