From ee52dc8567c2b58ebaf5d109258b597831b2dccc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Feb 2003 22:24:48 +0000 Subject: [PATCH] # doesn't work here, add links manually. (#104991) 2003-02-02 Matthias Clasen * gtk/gtk-docs.sgml: * gtk/question_index.sgml: # doesn't work here, add links manually. (#104991) --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gtk/gtk-docs.sgml | 16 +++++++++++----- docs/reference/gtk/question_index.sgml | 10 +++++----- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 87b3a311ae..71baed8e9d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2003-02-02 Matthias Clasen + + * gtk/gtk-docs.sgml: + * gtk/question_index.sgml: # doesn't work here, add links + manually. (#104991) + 2003-02-01 Matthias Clasen * gtk/compiling.sgml: Mention xxx_DISABLE_DEPRECATED and diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 11a0dae728..2d7f4ea55d 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -142,6 +142,7 @@ + @@ -195,8 +196,11 @@ string utilities, file utilities, a main loop abstraction, and so on. Pango is a library for internationalized text handling. It centers -around the #PangoLayout object, representing a paragraph of text. -Pango provides the engine for #GtkTextView, #GtkLabel, #GtkEntry, and +around the PangoLayout object, representing +a paragraph of text. +Pango provides the engine for GtkTextView, +GtkLabel, +GtkEntry, and other widgets that display text. @@ -219,9 +223,9 @@ framework. GdkPixbuf -This is a small library which allows you to create #GdkPixbuf +This is a small library which allows you to create GdkPixbuf ("pixel buffer") objects from image data or image files. -Use a #GdkPixbuf in combination with #GtkImage to display images. +Use a GdkPixbuf in combination with GtkImage to display images. @@ -239,13 +243,15 @@ on X11, Windows, and the Linux framebuffer device. The GTK+ library itself contains widgets, -that is, GUI components such as #GtkButton or #GtkTextView. +that is, GUI components such as GtkButton or +GtkTextView. + &graphic-tree; >k-Building; >k-Compiling; >k-Running; diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index 7180ea528f..64fd1c64d1 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. If you only have a small amount of text, GtkLabel may also be appropriate of course. -It can be made selectable with +It can be made selectable with gtk_label_set_selectable(). For a single-line text entry, see GtkEntry. @@ -485,15 +484,16 @@ See the tree widget overview. -What's the #GtkTreeView equivalent of gtk_clist_find_row_from_data()? +What's the GtkTreeView equivalent of +gtk_clist_find_row_from_data()? -As there is no separate data column in the #GtkTreeModel, there's no +As there is no separate data column in the GtkTreeModel, 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(). +gtk_tree_model_foreach().