summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-12 20:59:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-12 20:59:08 +0000
commit0511377235e775920eb0c3b0e743ad1c6eed8ebb (patch)
tree49e886be4901bc0d181848bd547ed12debc3d80f /gtk/gtkwidget.c
parent1d528b97ed4b8b4c298545f57775d18342a8f270 (diff)
downloadgtk+-0511377235e775920eb0c3b0e743ad1c6eed8ebb.tar.gz
Fix some doc comments.
* gtk/gtkwidget.c: Fix some doc comments.
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r--gtk/gtkwidget.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 740f9c6d92..dfcb24cde7 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -3645,9 +3645,9 @@ gtk_widget_modify_color_component (GtkWidget *widget,
/**
* gtk_widget_modify_fg:
- * @widget: a #GtkWidget
+ * @widget: a #GtkWidget.
* @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @color: the color to assign (does not need to be allocated).
*
* Set the foreground color for a widget in a particular state. All
* other style values are left untouched. See also
@@ -3667,9 +3667,9 @@ gtk_widget_modify_fg (GtkWidget *widget,
/**
* gtk_widget_modify_bg:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the background color.
+ * @color: the color to assign (does not need to be allocated).
*
* Set the background color for a widget in a particular state. All
* other style values are left untouched. See also
@@ -3688,10 +3688,10 @@ gtk_widget_modify_bg (GtkWidget *widget,
}
/**
- * gtk_widget_modify_base:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * gtk_widget_modify_text:
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the text color.
+ * @color: the color to assign (does not need to be allocated).
*
* Set the text color for a widget in a particular state. All other
* style values are left untouched. The text color is the foreground
@@ -3713,11 +3713,11 @@ gtk_widget_modify_text (GtkWidget *widget,
/**
* gtk_widget_modify_base:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the base color.
+ * @color: the color to assign (does not need to be allocated).
*
- * Set the text color for a widget in a particular state.
+ * Set the base color for a widget in a particular state.
* All other style values are left untouched. The base color
* is the background color used along with the text color
* (see gtk_widget_modify_text) for widgets such as #GtkEntry