Re: about GdkEventFocus  and ...........?
- From: Sven Neumann <sven gimp org>
- To: =?cn-big5?b?tsC8eQ==?= Kason Huang <kasonhuang kinposh com cn>
- Cc: <gtk-list gnome org>
- Subject: Re: about GdkEventFocus  and ...........?
- Date: 26 Feb 2002 13:34:54 +0100
Hi,
¶À¼y Kason Huang <kasonhuang kinposh com cn> writes:
> anyone could tell me two member variables of meaning in struct GdkEventFocus of gtk source code.
> source code as following:
> struct _GdkEventFocus
> {
>    GdkEventType type;
>    GdkWindow *window;
>    gint8 send_event;  ----------->what meaning?
>    gint16 in;   ---------------------->what meaning?
> }
this maps pretty close to X11, so reading the XFocusChangeEvent docs may
help
send_event:   TRUE if this came from a SendEvent request
in        :   TRUE for FocusIn, FALSE for FocusOut
Salut, Sven
BTW: Could you try to send emails with shorter lines? Your mails are hard
     to read which makes it less probable that someone takes the time to
     answer them.
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]