[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: gtk text weird behaviour



On Wed, Feb 09, 2000 at 11:54:52PM +0100, olivier@lx.student.wau.nl wrote:
> Today at 14:49 ackahn@netapp.com wrote Re: gtk text weird behaviour:
> 
> > On Wed, Feb 09, 2000 at 11:14:07PM +0100, olivier@lx.student.wau.nl wrote:
> > ...
> > > Since this is called in a loop we have to freeze/thaw a lot, which slows
> > > down the GUI a lot.
> > 
> > Have you tried moving the freezing/thawing to outside the loop?
> 
> it _is_ outside the loop, but inside the loop I have to thaw and freeze
> around gtk_text_set_point() else it segfaults.

Your statement is contradictory.  Is the freezing/thawing inside or
outside the loop?

I was asking if you've tried putting it outside the loop.  e.g.,

	freeze
	loop start
		do your dirty work
		set point
		more dirty work
	end loop
	thaw

regards,
--andy



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]