Re: locking widgit sizes

2009-04-07 Thread Tristan Van Berkom
On Mon, Apr 6, 2009 at 12:23 AM, mick 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 & > the height & width

Re: locking widgit sizes

2009-04-07 Thread Yu Feng
unction and not use Glade to resize your button? for > example gtk_widget_set_size_request() ? > > > --- mickh...@bigpond.net.au wrote: > > From: mick > To: aj...@knac.com > Subject: Re: locking widgit sizes > Date: Tue, 7 Apr 2009 16:40:42 +1000 > > On Mon, 6 Apr 2009

Re: locking widgit sizes

2009-04-07 Thread Ardhan Madras
ct. Why you not try gtk+ function and not use Glade to resize your button? for example gtk_widget_set_size_request() ? --- mickh...@bigpond.net.au wrote: From: mick 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 Ardh

Re: locking widgit sizes

2009-04-05 Thread Ardhan Madras
et.au wrote: From: mick 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 tried set

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 th