diff options
author | John Finlay <finlay@src.gnome.org> | 2006-05-26 21:31:37 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2006-05-26 21:31:37 +0000 |
commit | e9b9c3d0cf2aa8d5e575bceed52117c7dd35f9c8 (patch) | |
tree | c42cc445b7f3f3b163450fc70eae1332888edb2f /docs/reference/pygtk-gtkcontainer.xml | |
parent | 275097edd78c095559e1f60ef6d64d297e473da4 (diff) | |
download | pygtk-e9b9c3d0cf2aa8d5e575bceed52117c7dd35f9c8.tar.gz |
Fix link errors.
* Fix link errors.
Diffstat (limited to 'docs/reference/pygtk-gtkcontainer.xml')
-rw-r--r-- | docs/reference/pygtk-gtkcontainer.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/pygtk-gtkcontainer.xml b/docs/reference/pygtk-gtkcontainer.xml index b5fd117c..66f0866d 100644 --- a/docs/reference/pygtk-gtkcontainer.xml +++ b/docs/reference/pygtk-gtkcontainer.xml @@ -498,9 +498,9 @@ their relation. Typical examples of child properties are the "position" or linkend="class-gtkbox"><classname>gtk.Box</classname></link>.</para> <para>Use the <link -linkend="function-gtk--container-class-install-child-property"><function>gtk.container_class_install_child_property</function>()</link> -function to install child properties for a container class and the <link -linkend="function-gtk--container-class-list-child-properties"><function>gtk.container_class_list_child_properties</function>()</link> +linkend="method-gtkcontainer--install-child-property"><methodname>install_child_property</methodname>()</link> +method to install child properties for a container class and the <link +linkend="method-gtkcontainer--list-child-properties"><methodname>list_child_properties</methodname>()</link> function to get information about existing child properties.</para> <para>To set the value of a child property, use the <link @@ -1397,11 +1397,11 @@ or <literal>None</literal></simpara> </refsect2> - <refsect2 id="method-gtk--container-class-list-child-properties"> - <title>gtk.container_class_list_child_properties</title> + <refsect2 id="method-gtkcontainer--list-child-properties"> + <title>gtk.Container.list_child_properties</title> <programlisting><methodsynopsis language="python"> - <methodname>gtk.container_class_list_child_properties</methodname> + <methodname>list_child_properties</methodname> <methodparam></methodparam> </methodsynopsis></programlisting> <variablelist> |