summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/question_index.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-28 22:23:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-28 22:23:55 +0000
commit2aaf3c0e197e6c3fe0ece207fd79124f8c8b71d1 (patch)
treeae3fb7e5052882b0bcdb61af0bc08e814b0edf9f /docs/reference/gtk/question_index.sgml
parent810e488074871976be56df86aeb7f44f167de596 (diff)
downloadgdk-pixbuf-2aaf3c0e197e6c3fe0ece207fd79124f8c8b71d1.tar.gz
Markup fixes
* gtk/gtkwindow.c (gtk_window_move): Markup fixes * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs for Docbook XML. * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML. * gtk/tmpl/*: Remove property documentation which comes from the source now. * gtk/building.sgml: Remove traces of gxi.
Diffstat (limited to 'docs/reference/gtk/question_index.sgml')
-rw-r--r--docs/reference/gtk/question_index.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml
index 599e38aca..7180ea528 100644
--- a/docs/reference/gtk/question_index.sgml
+++ b/docs/reference/gtk/question_index.sgml
@@ -267,7 +267,7 @@ To load an image file straight into a display widget, use <link
linkend="gtk-image-new-from-file">gtk_image_new_from_file()</link>
<footnote><para> If the file load fails, <link
linkend="gtk-image-new-from-file">gtk_image_new_from_file()</link>
-will display a "broken image" graphic &mdash to detect a failed load
+will display a "broken image" graphic &mdash; to detect a failed load
yourself, use <link
linkend="gdk-pixbuf-new-from-file">gdk_pixbuf_new_from_file()</link>
directly then <link
@@ -302,7 +302,7 @@ To load an image or animation file asynchronously (without blocking), use
<answer>
<para>
-See <link linkend="TreeWidget">tree widget overview</link> &mdash you
+See <link linkend="TreeWidget">tree widget overview</link> &mdash; you
should use the <link linkend="GtkTreeView">GtkTreeView</link> widget.
(A list is just a tree with no branches, so the tree widget is used
for lists as well.) Do not use the deprecated widgets <link
@@ -321,7 +321,7 @@ less flexible and result in an inferior user interface.
<answer>
<para>
-See <link linkend="TextWidget">text widget overview</link> &mdash you
+See <link linkend="TextWidget">text widget overview</link> &mdash; you
should use the <link linkend="GtkTextView">GtkTextView</link> widget.
Do not use the deprecated widget <link
linkend="GtkText">GtkText</link> in newly-written code, it has a