Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
05113772
Commit
05113772
authored
Oct 12, 2001
by
Matthias Clasen
Browse files
Fix some doc comments.
* gtk/gtkwidget.c: Fix some doc comments.
parent
1d528b97
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
05113772
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
...
...
ChangeLog.pre-2-0
View file @
05113772
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
...
...
ChangeLog.pre-2-10
View file @
05113772
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
...
...
ChangeLog.pre-2-2
View file @
05113772
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
...
...
ChangeLog.pre-2-4
View file @
05113772
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
...
...
ChangeLog.pre-2-6
View file @
05113772
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
...
...
ChangeLog.pre-2-8
View file @
05113772
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
...
...
gtk/gtkwidget.c
View file @
05113772
...
...
@@ -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
fore
ground color.
* @color: the color to assign (does not need to be allocated)
* @widget: a #GtkWidget
.
* @state: the state for which to set the
back
ground 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment