[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Getting colors from GtkColorSelection
- From: Aron Stansvik <elvstone home se>
- To: gtk-app-devel-list gnome org
- Subject: Re: Getting colors from GtkColorSelection
- Date: Wed, 19 Nov 2003 09:00:00 +0100
Hm, now that I found out that it's
gtk_color_selection_palette_to_string()
I should use, I can't seem to find a way to get a GdkColor* that points
to the first color in the palette. I need this to be able to read all 20
colors using something like this:
gchar *colors_string;
colorname = gtk_color_selection_palette_to_string (&first_color, 20);
right?
gtk_color_selection_get_current_color() only gives the current color
value.
Any ideas on how to do this?
Best regards,
Aron Stansvik
PGP signature
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]