uups, sorry for this wrong issue. It is in fact a problem with my gtkmm wrapper (but I still have to find out why), I tried with pure gtk widgets and this problem does not occur. Spacings are correctly removed when hiding the widgets.
On Wed, Jan 28, 2009 at 3:54 PM, Yannick Barbeaux <[email protected]>wrote: > I want to be able to hide and re-show widgets dynamically in my application > Yet, if I specify a spacing for the container containg those widgets, the > spacing is still there even when my hidgets are hidden. Is that a normal > behaviour? how can i avoid this? > > Thanks. > > > > e.g.: (where W stands for widget, S for spacing) > > - If all four widgets are visible : | W1-S-W2-S-W3-S-W4 | > - and when I hide widget 2 and 3, i have: | W1-S-S-S-W4 | > - while I wish I had : | W1-S-W4 | > > > >
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
