Call a function after showing something in a DrawingArea

2006-01-03 Thread Christoph Bersch
Hi, I want to write a program, that draws something in a DrawingArea, and calls a function after _showing_ the changes in the DrawingArea: 1) call function draw_something() 2) show the changes 3) call a function measure() 4) return to step 1) As far as I understood the thing, even if I call gtk_

Re: Call a function after showing something in a DrawingArea

2006-01-04 Thread Christoph Bersch
Hi John! John Cupitt schrieb: > On 1/3/06, Christoph Bersch <[EMAIL PROTECTED]> wrote: >> I want to write a program, that draws something in a DrawingArea, and calls a >> function after _showing_ the changes in the DrawingArea: >> >> 1) call function draw_someth