[gtkada] Eeeeeeeeeeeeeek!

Emmanuel Briot briot at adacore.com
Mon Jul 29 12:40:17 CEST 2013


> I think you should redesign your application, it will not work otherwise.
> Note that other relevant stuff was changed as well. Size request is gone.
> The only workable way to capture widow being resized is again from draw
> (checking allocated area of the widget).

In fact, you are likely looking for the "size-allocate" event here, not the size
request (which indeed is different now, using the Get_Preferred_Width and
Get_Preferred_Height instead).

Or perhaps the "configure-event".

Emmanuel


More information about the gtkada mailing list