Re: Call a function after showing something in a DrawingArea

2006-01-04 Thread John Cupitt
Hi Christoph, On 1/4/06, Christoph Bersch <[EMAIL PROTECTED]> wrote: > Great, this seems to work :-) Good! > I thought, that a call of gtk_widget_draw() might be better than > gtk_widget_queue_draw_area(), as it draws immediately, although it is > deprecated. > > So how could a call of gtk_widge

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_something() >> 2) show the changes >> 3) c

Re: Call a function after showing something in a DrawingArea

2006-01-03 Thread John Cupitt
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_something() > 2) show the changes > 3) call a function measure() > 4) return to