forked from AuroraMiddleware/gtk
docs: fix gtk_widget_class_bind_template_child_private link
This commit is contained in:
parent
035005ae1f
commit
9f808e9771
@ -456,10 +456,10 @@ example_app_window_class_init (ExampleAppWindowClass *class)
|
|||||||
|
|
||||||
<para>To this end, we add a private struct to our application
|
<para>To this end, we add a private struct to our application
|
||||||
window subclass and keep a reference to the #GtkStack there.
|
window subclass and keep a reference to the #GtkStack there.
|
||||||
The gtk_widget_class_bind_child() function arranges things so
|
The gtk_widget_class_bind_template_child_private() function
|
||||||
that after instantiating the template, the @stack member of
|
arranges things so that after instantiating the template, the
|
||||||
the private struct will point to the widget of the same name
|
@stack member of the private struct will point to the widget of
|
||||||
from the template.</para>
|
the same name from the template.</para>
|
||||||
|
|
||||||
<informalexample>
|
<informalexample>
|
||||||
<programlisting><![CDATA[
|
<programlisting><![CDATA[
|
||||||
|
Loading…
Reference in New Issue
Block a user