Re: locking widgit sizes

2009-04-08 Thread Tristan Van Berkom
On Mon, Apr 6, 2009 at 12:23 AM, mick mickh...@bigpond.net.au wrote: I'm using glade 2.12 to build an interface for a GTK based chat client and having trouble locking the size of buttons, text entry, etc. widgits. I've tried setting the height of the container, the height of the text entry

Re: locking widgit sizes

2009-04-07 Thread Ardhan Madras
button? for example gtk_widget_set_size_request() ? --- mickh...@bigpond.net.au wrote: From: mick mickh...@bigpond.net.au To: aj...@knac.com Subject: Re: locking widgit sizes Date: Tue, 7 Apr 2009 16:40:42 +1000 On Mon, 6 Apr 2009 16:37:13 Ardhan Madras wrote: Glade2 was deprecated!, therefore

Re: locking widgit sizes

2009-04-07 Thread Yu Feng
mickh...@bigpond.net.au To: aj...@knac.com Subject: Re: locking widgit sizes Date: Tue, 7 Apr 2009 16:40:42 +1000 On Mon, 6 Apr 2009 16:37:13 Ardhan Madras wrote: Glade2 was deprecated!, therefore some GTK+ functions in glade2 generated code also deprecated. When GTK3 restores the code

Re: locking widgit sizes

2009-04-06 Thread Ardhan Madras
wrote: From: mick mickh...@bigpond.net.au To: gtk-app-devel-list@gnome.org Subject: locking widgit sizes Date: Mon, 6 Apr 2009 14:23:39 +1000 I'm using glade 2.12 to build an interface for a GTK based chat client and having trouble locking the size of buttons, text entry, etc. widgits. I've

locking widgit sizes

2009-04-05 Thread mick
I'm using glade 2.12 to build an interface for a GTK based chat client and having trouble locking the size of buttons, text entry, etc. widgits. I've tried setting the height of the container, the height of the text entry the height width of the buttons but when I test the generated code the