[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: freezing an entire window + search algorithms for clist
- From: Philip Kendall <pak ast cam ac uk>
- To: gtk-app-devel-list gnome org
- Subject: Re: freezing an entire window + search algorithms for clist
- Date: Sat, 30 Dec 2000 20:17:27 +0000
On Sat, Dec 30, 2000 at 05:09:01PM -0200, Daniel Macedo wrote:
>
> and the last one:
> Whats the prototype for GdkColor? i cant find it. Sorry for those
> elementary
> questions, but I am new to GTK and C.
I'll do the easy bit :-)
struct GdkColor
{
gulong pixel;
gushort red;
gushort green;
gushort blue;
};
as taken from
http://developer.gnome.org/doc/API/gdk/gdk-colormaps-and-colors.html#GDKCOLOR
HTH,
Phil
--
Philip Kendall <pak@ast.cam.ac.uk>
http://www.srcf.ucam.org/~pak21/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]