Re: gtk FilechooserWidget

2012-01-21 Thread John Emmas
On 16 Jan 2012, at 15:07, John Emmas wrote: > I'm working with a Gtk::FileChooserWidget (where the user can select multiple > files). Even though multiple selections are possible, as the user selects > each file I want to display some information about it in a separate box. > > But how can I f

Re: gtk FilechooserWidget

2012-01-21 Thread Axel FILMORE
There's a gtk_file_chooser_get_filenames () function and a gtk_file_chooser_get_files () function http://developer.gnome.org/gtk3/stable/GtkFileChooser.html#gtk-file-chooser-get-filenames http://developer.gnome

Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-21 Thread Gary Kline
On Thu, Jan 19, 2012 at 09:05:47PM -0700, Michael Torrie wrote: > Date: Thu, 19 Jan 2012 21:05:47 -0700 > From: Michael Torrie > Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? > To: Gary Kline > CC: GTK Devel List > > Gary, based on conversations in the past about what you a

Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-21 Thread Gary Kline
On Fri, Jan 20, 2012 at 09:20:40PM +0900, Tristan Van Berkom wrote: > Date: Fri, 20 Jan 2012 21:20:40 +0900 > From: Tristan Van Berkom > Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? > To: Gary Kline > Cc: David Ne??as , GTK Devel List > > > On Fri, Jan 20, 2012 at 8:12 AM

Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-21 Thread Michael Torrie
On 01/21/2012 09:49 PM, Gary Kline wrote: > this sound very much worth looking into and i will ... just > as soon as i figure out what is causing my gtk app to dim. I did give you the key to keeping GTK from dimming in my other post. It's pretty easy to iterate the main loop while you