summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-12 22:29:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-12 22:29:53 +0000
commit43851fe03437df6402ec8c1805ee767457c86faf (patch)
treef4633d1fcf87c5f6dc0d70ab74803af32c3e2402 /docs/reference
parent3a3db4003a731b1e432d750d51eb6b1506a89317 (diff)
downloadgdk-pixbuf-43851fe03437df6402ec8c1805ee767457c86faf.tar.gz
Typo fixes Typo fix. (#66746)
* gtk/gtktextlayout.c: Typo fixes * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746) * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744) * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467) * gtk/tmpl/gtklist.sgml: Markup fixes. * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml: s/succesful/successful/g. * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove GTK_STYLE_NUM_STYLECOLORS. (#66467)
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog9
-rw-r--r--docs/reference/gdk/tmpl/selections.sgml2
-rw-r--r--docs/reference/gtk/gtk-sections.txt1
-rw-r--r--docs/reference/gtk/tmpl/gtklist.sgml16
-rw-r--r--docs/reference/gtk/tmpl/gtksocket.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkstyle.sgml6
6 files changed, 19 insertions, 17 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 40434b6bd..9b916d189 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/tmpl/gtklist.sgml: Markup fixes.
+
+ * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml: s/succesful/successful/g.
+
+ * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove
+ GTK_STYLE_NUM_STYLECOLORS. (#66467)
+
2001-12-12 Havoc Pennington <hp@pobox.com>
* gtk/text_widget.sgml: add another example
diff --git a/docs/reference/gdk/tmpl/selections.sgml b/docs/reference/gdk/tmpl/selections.sgml
index efc8ca1f9..619a9f8f4 100644
--- a/docs/reference/gdk/tmpl/selections.sgml
+++ b/docs/reference/gdk/tmpl/selections.sgml
@@ -92,7 +92,7 @@ Set the owner of the given selection.
@send_event: if %TRUE, and the new owner is different
from the current owner, the current owner
will be sent a SelectionClear event.
-@Returns: %TRUE if the selection owner was succesfully
+@Returns: %TRUE if the selection owner was successfully
changed to @owner, otherwise %FALSE.
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 203fcb7e9..e00f7952a 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -3825,7 +3825,6 @@ gtk_gc_release
<SECTION>
<FILE>gtkstyle</FILE>
<TITLE>GtkStyle</TITLE>
-GTK_STYLE_NUM_STYLECOLORS
GTK_STYLE_ATTACHED
GtkStyle
GtkStyleClass
diff --git a/docs/reference/gtk/tmpl/gtklist.sgml b/docs/reference/gtk/tmpl/gtklist.sgml
index 4eaf3e468..665588331 100644
--- a/docs/reference/gtk/tmpl/gtklist.sgml
+++ b/docs/reference/gtk/tmpl/gtklist.sgml
@@ -6,7 +6,7 @@ Widget for packing a list of selectable items.
<!-- ##### SECTION Long_Description ##### -->
<para>
-The GtkList widget is a container whose children are displayed
+The #GtkList widget is a container whose children are displayed
vertically in order, and can be selected.
The list has many selection modes, which are programmer selective and
@@ -40,12 +40,12 @@ type.</para></listitem>
Creates a new #GtkList.
</para>
-@Returns: the newly created #GtkList
+@Returns: the newly-created #GtkList
<!-- ##### FUNCTION gtk_list_insert_items ##### -->
<para>
-Inserts @items into the @list at the position @position. The @GList items
+Inserts @items into the @list at the position @position. The #GList items
must not be freed after.
</para>
@@ -208,7 +208,7 @@ in #GTK_SELECTION_EXTENDED.
@list: the list widget.
@scroll_type: the direction and length.
@position: the position if @scroll_type is #GTK_SCROLL_JUMP.
-@auto_start_selection: if #TRUE, gtk_list_start_selection is automatically
+@auto_start_selection: if %TRUE, gtk_list_start_selection() is automatically
carried out before extending the selection.
@@ -223,11 +223,11 @@ Starts a selection (or part of selection) at the focused child. Only in
<!-- ##### FUNCTION gtk_list_end_selection ##### -->
<para>
-Ends the selection. Used with #gtk_list_extend_selection and
-#gtk_list_start_selection. Only in #GTK_SELECTION_EXTENDED.
+Ends the selection. Used with gtk_list_extend_selection() and
+gtk_list_start_selection(). Only in #GTK_SELECTION_EXTENDED mode.
</para>
-@list:
+@list: the list widget.
<!-- ##### FUNCTION gtk_list_select_all ##### -->
@@ -285,7 +285,7 @@ scrolls to the ratio @position: 0 is top, 1 is bottom.
<!-- ##### FUNCTION gtk_list_toggle_add_mode ##### -->
<para>
Toggles between adding to the selection and beginning a new selection. Only
-in #GTK_SELECTION_EXTENDED. Useful with #gtk_list_extend_selection.
+in #GTK_SELECTION_EXTENDED. Useful with gtk_list_extend_selection().
</para>
@list: the list widget.
diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml
index 608ae3a16..48b03c9ff 100644
--- a/docs/reference/gtk/tmpl/gtksocket.sgml
+++ b/docs/reference/gtk/tmpl/gtksocket.sgml
@@ -53,7 +53,7 @@ separate toplevel window. You can check if the plug
has been created by examining the
<StructField>plug_window</StructField> field of the
#GtkSocket structure. If this field is non-NULL,
-then the plug has been succesfully created inside
+then the plug has been successfully created inside
of the socket.
</para>
diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml
index 957faa9ef..220aa5758 100644
--- a/docs/reference/gtk/tmpl/gtkstyle.sgml
+++ b/docs/reference/gtk/tmpl/gtkstyle.sgml
@@ -14,12 +14,6 @@ Styles
</para>
-<!-- ##### MACRO GTK_STYLE_NUM_STYLECOLORS ##### -->
-<para>
-The number of colors used in a style.
-</para>
-
-
<!-- ##### MACRO GTK_STYLE_ATTACHED ##### -->
<para>