projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4693b2
)
docs: Use gtk_widget_show() to show window
author
Mohammed Sadiq
<sadiq@sadiqpk.org>
Wed, 13 Jun 2018 14:45:20 +0000
(20:15 +0530)
committer
Mohammed Sadiq
<sadiq@sadiqpk.org>
Wed, 13 Jun 2018 14:45:20 +0000
(20:15 +0530)
gtk_window_show_all() is no longer available (and no longer needed)
docs/reference/gtk/getting_started.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/getting_started.xml
b/docs/reference/gtk/getting_started.xml
index 8704539d69f05b0aa2ddcabf918226b75c4b51e6..212e0923050507538a09e0b246c98f123ef6e562 100644
(file)
--- a/
docs/reference/gtk/getting_started.xml
+++ b/
docs/reference/gtk/getting_started.xml
@@
-120,7
+120,7
@@
here</ulink>.</para>
<para>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
().</para>
+ the window is then shown by GTK via gtk_widget_show().</para>
<para>When you exit the window, by for example pressing the X,
the g_application_run() in the main loop returns with a number