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

ignored -- wrong list maybe?



I have posted a few messages to this list, only to have gotten absolutly no
feedback.. maybe I'm asking on the wrong list. Is there another gtk list?

I've discovered i need to use Gnome Canvas for its object model. First, i
can't actually find the pkg. Only talk about it.. but no actual src. Can
someone point me to that src? Also, can the canvas be used with gtk alone?
or must I compile with all the gnome stuff too? I don't really want to use
gnome, just gtk.

Also, the last post I made, which I'm still stuck with is copied below.


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]