GtkColorSwatch: Use widget state instead of a custom 'selected'

This commit is contained in:
Matthias Clasen
2012-02-08 23:48:11 -05:00
parent 9cc827fcd1
commit 92618eb8e2
3 changed files with 17 additions and 36 deletions

View File

@ -82,9 +82,6 @@ void gtk_color_swatch_set_hsva (GtkColorSwatch *swatch,
gdouble v,
gdouble a);
G_GNUC_INTERNAL
void gtk_color_swatch_set_selected (GtkColorSwatch *swatch,
gboolean selected);
G_GNUC_INTERNAL
void gtk_color_swatch_set_can_drop (GtkColorSwatch *swatch,
gboolean can_drop);
G_GNUC_INTERNAL