4 Aug
2003
4 Aug
'03
11:36 p.m.
Hi Frank, You wrote:
If anyone has any bright ideas on how to assign widgets sizes which are relative to their container, speak up...
I don't know Dillo internal widgets, but Gtk provides the GtkFixed widget where you can specify where the widgets are to be positioned. The API reference says that in that case the size is also fixed (but it does not say how). Check also the Gtk2 reference for this widget, as it looks more complete there. HTH -- Melvin Hadasht