This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gtk-text-insert freeze with gtk-1.3


Ole Myren Rohne <ole.rohne@cern.ch> writes:

> Making gdk_event_get_graphics_expose accept *Expose* events seems to
> fix the problem, another fix would be to add a function
> gdk_event_get_expose to be called on text widgets.

That fix turned out to be a no-fix:-( Currently, I am experimenting with
XCheckIfEvent instead of XIfEvent in gdk_event_get_graphics_expose to
allow it to return if no GraphicsExpose events are waiting.

	Ole


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]