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

hiding widgets - getting the siblings to resize



I have a vbox that I hide and show depending on state of a toggle button.

The showing part works great, but when I hide, the siblings of the vbox
(who's parent is a table), don't resize to fit the space of the missing
vbox.

before:
---------
| 1 | 2 |
---------

after hide(2):

---------
| 1 |   |
---------

desired after hide(2):

-------
|  1  |
-------

Is there a signal I should be sending to widget 1 to tell it to wake up and
resize? or maybe the table?

___________________________________________________________________________
Danny Dulai                                           Feet. Pumice. Lotion.
http://www.ishiboo.com/~nirva/                            nirva@ishiboo.com



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