diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-14 21:04:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-14 21:04:29 +0000 |
commit | 321cedab98b73823121073ef200aa6bc1cd8217b (patch) | |
tree | b045556ed340785dd4313faa5d9d45528a172bfc /gtk/gtkiconfactory.c | |
parent | b18a684f280d75b738d68eb4df62606f8afe6d23 (diff) | |
download | gtk+-321cedab98b73823121073ef200aa6bc1cd8217b.tar.gz |
Add a11y relations between the color wheel and the spin buttons. (#132745,
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcolorsel.c: Add a11y relations between the color
wheel and the spin buttons. (#132745, Padraig, O'Briain)
* gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
the meaning of size == -1.
* gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept
a size of -1. (#137436, Brian Cameron)
Diffstat (limited to 'gtk/gtkiconfactory.c')
-rw-r--r-- | gtk/gtkiconfactory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index a496cecf3f..37fa891892 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -1738,7 +1738,8 @@ render_fallback_image (GtkStyle *style, * @style: a #GtkStyle associated with @widget, or %NULL * @direction: text direction * @state: widget state - * @size: icon size + * @size: icon size. A size of (GtkIconSize)-1 + * means render at the size of the source and don't scale. * @widget: widget that will display the icon, or %NULL. * The only use that is typically made of this * is to determine the appropriate #GdkScreen. |