Re: gtk FilechooserWidget

2012-01-21 Thread Axel FILMORE
/2012 19:33, John Emmas wrote: 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 se

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. >

gtk FilechooserWidget

2012-01-16 Thread John Emmas
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 out which file just got selected? Accordi