diff options
author | Havoc Pennington <hp@pobox.com> | 2001-05-11 17:13:44 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-05-11 17:13:44 +0000 |
commit | cc6b34c1e32ac1ee79c0b2cbefc225386492843a (patch) | |
tree | 99028ce20cf8627730a6b0e0930cc026128887e7 /gtk/gtkcolorsel.h | |
parent | 564e2235e9384b6984f43fa35cb141439b5bb27f (diff) | |
download | gtk+-cc6b34c1e32ac1ee79c0b2cbefc225386492843a.tar.gz |
docs, fixes bug #54144
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
#54144
* gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
bug #54330
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/tmpl/gtkvruler.sgml,
gtk/tmpl/gtkhruler.sgml: fix bug #54431
* gtk/tmpl/gtkdrawingarea.sgml: fix bug #54331
* gtk/tmpl/gtkenums.sgml: fix bug #54329, and
update some other random things
* gtk/gtk-sections.txt: updates
* gtk/tmpl/gtkmenuitem.sgml: fix bug #54277
* gtk/tmpl/gtkradiomenuitem.sgml: fix bug #54323,
#54324, #54325
Diffstat (limited to 'gtk/gtkcolorsel.h')
-rw-r--r-- | gtk/gtkcolorsel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcolorsel.h b/gtk/gtkcolorsel.h index 85d1328d6b..5be93e2696 100644 --- a/gtk/gtkcolorsel.h +++ b/gtk/gtkcolorsel.h @@ -74,10 +74,10 @@ void gtk_color_selection_set_update_policy (GtkColorSelection *color GtkUpdateType policy); gboolean gtk_color_selection_get_has_opacity_control (GtkColorSelection *colorsel); void gtk_color_selection_set_has_opacity_control (GtkColorSelection *colorsel, - gboolean use_opacity); + gboolean has_opacity); gboolean gtk_color_selection_get_has_palette (GtkColorSelection *colorsel); void gtk_color_selection_set_has_palette (GtkColorSelection *colorsel, - gboolean use_palette); + gboolean has_palette); void gtk_color_selection_set_current_color (GtkColorSelection *colorsel, |