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
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
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