GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Is there a "bag" container?

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming
Author Message
wojtekb82



Joined: 22 Aug 2007
Posts: 2

PostPosted: Wed Aug 22, 2007 9:42 pm    Post subject: Is there a "bag" container? Reply with quote

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

PostPosted: Wed Aug 22, 2007 10:39 pm    Post subject: Reply with quote

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

PostPosted: Sat Aug 25, 2007 2:07 am    Post subject: Reply with quote

Thanks for the reply.

There is none even among non-standard widgets?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP