Re: About layouts

2006-02-15 Thread Michael Torrie
Fernando Apesteguía wrote: But my app has a lot of labels and buttons so I estimated I need a lot of layouts creating a complex hierarchy (vbox inside a table layout, inside a hbox, inside a table layout again...) Did I forget a simply way to make this?? Most moderately complicated GUI layout

About layouts

2006-02-14 Thread Fernando Apesteguía
Many, many thanks!! Now I know what to do. I used GtkFixed because of my experience with Visual Basic and some Java IDE's. Again, thanks!!! Best regards -- Forwarded message -- From: Paul Pogonyshev <[EMAIL PROTECTED]> Date: 14-feb-2006 20:20 Subject: Re: About

Re: About layouts

2006-02-14 Thread Paul Pogonyshev
Fernando Apesteguía wrote: > First of all, thanks for your suggestions. > > Actually my app. uses a static layout and the GtkLabels inside this, don't > grown when the text becomes longer. The same GtkLabel behaves ok if it is > inside a GtkTable. So I think I will change the static container. Ye

Re: About layouts

2006-02-14 Thread Gus Koppel
Fernando Apesteguía wrote: > First of all, thanks for your suggestions. > > Actually my app. uses a static layout and the GtkLabels inside this, don't > grown when the text becomes longer. The same GtkLabel behaves ok if it is > inside a GtkTable. So I think I will change the static container. B

About layouts

2006-02-14 Thread Fernando Apesteguía
hierarchy (three levels for example)... will I have a lack of performance when loading the UI? Thanks in advance!!! -- Forwarded message -- From: Gus Koppel <[EMAIL PROTECTED]> Date: 14-feb-2006 14:30 Subject: Re: About layouts To: gtk-app-devel-list@gnome.org Fernando

Re: About layouts

2006-02-14 Thread Gus Koppel
Fernando Apesteguía wrote: > I'm developing an app with gtk. I use glade for GUI development. My question > is about the different kinds of layouts. I would like my app resizes by > itself when a label text is really long. I've noticed I can do this by > placing a table layout (I think vbox and hb

About layouts

2006-02-14 Thread Fernando Apesteguía
Hi ! I'm developing an app with gtk. I use glade for GUI development. My question is about the different kinds of layouts. I would like my app resizes by itself when a label text is really long. I've noticed I can do this by placing a table layout (I think vbox and hbox work well too). In fact, th