Re: How does the dialog's default button respond enter key

2009-10-07 Thread Simon Chan
I think you should connect the enter signal to the window instead of the button. I think what you mean is, you wanna destroy the dialog whenever the user press enter key, right? On Wed, Oct 7, 2009 at 10:35 AM, wjh jh_wang2...@163.com wrote: Hi all:        I have a question, in Gtk+

Re: Resizing

2009-10-07 Thread jcupitt
2009/10/7 John Coppens j...@jcoppens.com: - I have a (top-level) window, with a vbox, then a vpanel, a frame, an 'alignment' and a table (listed in the order of nesting). When I change something in the table, which makes it wider, the table gets wider, wider than the frame, which doesn't

Re: How does the dialog's default button respond enter key

2009-10-07 Thread Pierre-Luc Beaudoin
2009/10/7 Simon Chan simon...@gmail.com: I think you should connect the enter signal to the window instead of the button. I think what you mean is, you wanna destroy the dialog whenever the user press enter key, right? Actually I think this is better. Closing a dialog using the default

Re: Resizing

2009-10-07 Thread John Coppens
On Wed, 7 Oct 2009 10:23:00 +0100 jcup...@gmail.com wrote: You need to put stuff inside something which can get larger. I'd put a scrolledwindow inside the vpane, then the frame and the table inside that. This will mean if the table gets bigger than the vpane, it'll get scrollbars. Thanks,

GLib 2.22.2 released

2009-10-07 Thread Matthias Clasen
GLib 2.22.2 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.22/ http://download.gnome.org/sources/glib/2.22/ md5 sums: 846a86c74b74d5b16826aa5508940f9b glib-2.22.2.tar.bz2 00eb873975e2ef9361b8177131c7c943 glib-2.22.2.tar.gz sha1 sums:

Re: 2.90 branch

2009-10-07 Thread Christian Dywan
Am Tue, 29 Sep 2009 18:47:48 +0200 schrieb Christian Dywan christ...@lanedo.com: Am Tue, 29 Sep 2009 13:04:54 +0200 schrieb Javier Jardón javierjc1...@gmail.com: Hello, I've read here [1] about the creation of a GTK+ branch for GTK+ 2.90/3.0 development after 2.14 has been released.