[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Help with GDK 2.2.0
- From: Chris Sparks <mrada catalina-inter net>
- To: gtk-app-devel-list gnome org
- Subject: Re: Help with GDK 2.2.0
- Date: Mon, 14 Jul 2003 21:42:37 -0700
Hi Owen,
I looked at Glib and I didn't see a Main loop routine. Can you be more
specific? You are right in
that my application doesn't become idle. I would sure like to have the
expose events occur properly
in my application.
Chris
Owen Taylor wrote:
>On Mon, 2003-07-14 at 07:08, Chris Sparks wrote:
>
>
>>Hi,
>>
>>I hope anyone can help me. I have upgraded my software from GDK 1.3.12 to
>>GDK 2.2.0 and my current applications don't seem to post any Expose
>>Events. I need to be able to do this since my software depends on these
>>events. Can you tell me how I can do this. I solely use GDK and not
>>GTK. I also don't use the window manager but handle these functions myself.
>>
>>
>
>I don't think anybody could help you with the above description - you
>are doing something very much outside the range of normal GTK+ practice,
>and GTK+-1.3.12 is an old development snapshot...
>
>You'll need to provide a considerably more detailed description of what
>you are doing and what doesn't work.
>
>One guess I might put up is that your application never becomes idle,
>or that you aren't running the GLib main loop at all ... drawing in
>GTK+-2.x is done at a lower priority than handling incoming events.
>
>Regards,
> Owen
>
>
>
>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]