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 found

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-fileshttp://developer.gnome.org/gtk3/stable/GtkFileChooser.html#gtk-file-chooser-get-filenames

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 torr...@gmail.com Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? To: Gary Kline kl...@thought.org CC: GTK Devel List gtk-app-devel-list@gnome.org

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