mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix some doc comments.
* gtk/gtkwidget.c: Fix some doc comments.
This commit is contained in:
parent
1d528b97ed
commit
0511377235
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user