diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index 0bd470085..771e7c94c 100644 --- a/docs/reference/gtk/question_index.sgml +++ b/docs/reference/gtk/question_index.sgml @@ -650,7 +650,7 @@ on the current theme. If you need an editable text entry, use #GtkComboBoxEntry. -#GtkWidget +GtkWidget @@ -724,7 +724,7 @@ gtk_widget_set_sensitive(). -#GtkTextView +GtkTextView @@ -963,7 +963,7 @@ How do I use cairo to draw in GTK+ applications ? -USe gdk_cairo_create() to obtain a cairo context for drawing +Use gdk_cairo_create() to obtain a cairo context for drawing on a GDK window or pixmap. See Cairo Interaction for some more useful functions.