summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/question_index.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-02-02 22:24:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-02-02 22:24:48 +0000
commitee52dc8567c2b58ebaf5d109258b597831b2dccc (patch)
treeddc2a089f9c97a2ec9648f5eb7e991d63e1d2d83 /docs/reference/gtk/question_index.sgml
parent69e13666670477dee5fce25b6f28bef03e481630 (diff)
downloadgdk-pixbuf-ee52dc8567c2b58ebaf5d109258b597831b2dccc.tar.gz
# doesn't work here, add links manually. (#104991)
2003-02-02 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: * gtk/question_index.sgml: # doesn't work here, add links manually. (#104991)
Diffstat (limited to 'docs/reference/gtk/question_index.sgml')
-rw-r--r--docs/reference/gtk/question_index.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml
index 7180ea528..64fd1c64d 100644
--- a/docs/reference/gtk/question_index.sgml
+++ b/docs/reference/gtk/question_index.sgml
@@ -330,8 +330,7 @@ number of problems that are best avoided.
<para>
If you only have a small amount of text, <link
linkend="GtkLabel">GtkLabel</link> may also be appropriate of course.
-It can be made selectable with <link
- linkend="gtk-label-set-selectable">
+It can be made selectable with <link linkend="gtk-label-set-selectable">
gtk_label_set_selectable()</link>. For a single-line text entry,
see <link linkend="GtkEntry">GtkEntry</link>.
</para>
@@ -485,15 +484,16 @@ See the <link linkend="TreeWidget">tree widget overview</link>.
<qandaentry>
<question><para>
-What's the #GtkTreeView equivalent of gtk_clist_find_row_from_data()?
+What's the <link linkend="GtkTreeView">GtkTreeView</link> equivalent of
+<link linkend="gtk-clist-find-row-from-data">gtk_clist_find_row_from_data()</link>?
</para></question>
<answer>
<para>
-As there is no separate data column in the #GtkTreeModel, there's no
+As there is no separate data column in the <link linkend="GtkTreeModel">GtkTreeModel</link>, there's no
built in function to find the iter from data. You can write a custom
searching function to walk the tree and find the data, or use
-gtk_tree_model_foreach().
+<link linkend="gtk-tree-model-foreach">gtk_tree_model_foreach()</link>.
</para>
</answer>
</qandaentry>