|
|
| Author |
Message |
|
|
wojtekb82
Joined: 22 Aug 2007 Posts: 2
|
Posted: Wed Aug 22, 2007 9:42 pm Post subject: Is there a "bag" container? |
|
|
Hi,
Is there a container widget in GTK that acts like a Bag?
I do not want a Table or a VBox, I want a Bag that I can put things in an that when i strech the window those things align automaticly depending on the container's childen sizes (there should not be a fixed number of columns/rows like in a Table).
Thanks for any replies.
Kind Regards,
WB. |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 386 Location: Fairfax, Virginia
|
Posted: Wed Aug 22, 2007 10:39 pm Post subject: |
|
|
| There is no container in GTK+ as I understand what you are saying. You could use GtkFixed (very dangerous), but it is not automatic. Also, GtkTable will allow children to span multiple columns/rows. You can change the number of rows during runtime. However, there isn't a "bag" container. |
|
| Back to top |
|
 |
wojtekb82
Joined: 22 Aug 2007 Posts: 2
|
Posted: Sat Aug 25, 2007 2:07 am Post subject: |
|
|
Thanks for the reply.
There is none even among non-standard widgets? |
|
| Back to top |
|
 |
|