Re: Structure of GC
- From: Emmanuele Bassi <ebassi gmail com>
- To: gtk-devel-list gnome org
- Subject: Re: Structure of GC
- Date: Mon, 21 Aug 2006 12:36:43 +0100
On Mon, 2006-08-21 at 17:01 +0530, Prasanna Kumar K wrote:
> struct _GdkGCX11
> {
> GdkGC parent_instance;
>
> GC xgc;
> GdkScreen *screen;
> guint16 dirty_mask;
> guint have_clip_region : 1;
> guint have_clip_mask : 1;
> guint depth : 8;
> };
>
> can anyone know the structure of member GC in the above structure.
This has not much to do with GTK, but with X11. A starting point is:
man XCreateGC
if you have the development man pages installed.
Ciao,
Emmanuele.
--
Emmanuele Bassi, E: ebassi gmail com
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]