[Glade-users] Newbie - Glade GUI Designer Problem ?

Damon Chaplin damon@karuna.uklinux.net
12 Feb 2003 15:35:41 +0000


On Mon, 2003-02-10 at 13:08, Joe Green wrote:
> 
> I`m trying to design a Gnome GUI using Glade but am a
> bit confused. I create a window and select fixed
> positioning. Then I can drag and resize some of the
> widgets - except the combo box - which as soon as I
> drop onto the window just sticks to the right hand
> side and refuses to be resized. I`m sure I must be
> doing something wrong. So how do I get the combo box
> to drag and resize, under fixed positioning, like some of the
> other widgets ?

Yes, I didn't quite manage to get widgets in GtkFixed containers working
correctly.

You'll have to use the X & Y properties on the Packing properties page,
and the Width & Height properties on the Common page to move/resize it.

But you should really avoid using GtkFixed if at all possible. Using
boxes and tables is the normal way to do layout.

Damon