summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtkwidget.c26
8 files changed, 41 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 74c64433f2..d033db2422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 74c64433f2..d033db2422 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+2001-10-12 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkwidget.c: Fix some doc comments.
+
Fri Oct 12 11:39:20 2001 Joshua N Pritikin <vishnu@pobox.com>
* gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
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