Re: Fw: Widget size



"Ian King" <king eiffel com> writes:
> In response to my previous message, how do I tell gtk to automatically
> recompute all of the widget allocations immediately, will gtk_widget_draw
> (hbox) do this, or is there some other function I can use?  The allocation
> of the button does update but not immediately, it is usually updated within
> 100 ms.
> 

It would probably break GTK to try and do this, and be really slow.
Sizes are recomputed in an idle handler.

There's probably an easier way to do whatever you are trying to do.

Havoc




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