Re: spacing not removed from layout when hiding widget?
- From: Yannick Barbeaux <ybarbeaux gmail com>
- To: gtkmm-list gnome org
- Subject: Re: spacing not removed from layout when hiding widget?
- Date: Thu, 29 Jan 2009 09:43:39 +0000
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
<ybarbeaux gmail com> 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 |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]