Re: [beginner] widget layout and resizing

2012-01-24 Thread Tristan Van Berkom
On Tue, Jan 24, 2012 at 8:24 AM, Axel FILMORE axel.film...@gmail.com wrote: Hi there, I'm developing an experimental panel, not something really serious currently, just to learn Gtk+ and Vala. I've done a few things yet, creating an application menu, adding some launchers, adding some

Re: need help in looping many times...

2012-01-24 Thread John Coppens
On Mon, 23 Jan 2012 18:17:41 -0800 Gary Kline kl...@thought.org wrote: right now, the user has to click and wait for gvim to spawn before he can type. how can i code this so that the editor pops up over and over *while waiting for the user to type.* if the user typed nothing, the program

Re: need help in looping many times...

2012-01-24 Thread Michael Torrie
On 01/24/2012 07:27 AM, John Coppens wrote: Wouldn't it be easier to simply add an editor window to your program? Use for example, the GtkTextView widget. You won't have to spawn external editors, and always have the text available. You can even implement cut/copy/paste, re-use recent text,

Re: need help in looping many times...

2012-01-24 Thread Gary Kline
On Tue, Jan 24, 2012 at 11:11:34AM -0700, Michael Torrie wrote: Date: Tue, 24 Jan 2012 11:11:34 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: need help in looping many times... To: gtk-app-devel-list@gnome.org On 01/24/2012 07:27 AM, John Coppens wrote: Wouldn't it be easier

GTK+ 2.24.9 released

2012-01-24 Thread Javier Jardón
GTK+ 2.24.9 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.24/ http://download.gnome.org/sources/gtk+/2.24/ 84204bf24cac739fd979943127e7b29cb46b1017684aa24dce630faa01bcb61d gtk+-2.24.9.tar.xz This is a bug fix release in the stable 2.24 series. GTK+ is a