RSS/Atom feed Twitter
Site is read-only, email is disabled

Can plugins open file dialogs?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Can plugins open file dialogs? rfks97w02@sneakemail.com 27 Aug 16:44
  Can plugins open file dialogs? Bill Skaggs 27 Aug 17:45
rfks97w02@sneakemail.com
2009-08-27 16:44:29 UTC (over 15 years ago)

Can plugins open file dialogs?

Hi,

I hope this is the right mailing list I am asking this question in.

I am written a sound processing GIMP plugin as part of https://sourceforge.net/projects/ltfat/

and I would really like to be able to open a file dialog box, and have the file name that the user selects gets passed back to the plugin.

Is that possible?

I am writing it is C on Linux.

Regards, Martin

Bill Skaggs
2009-08-27 17:45:18 UTC (over 15 years ago)

Can plugins open file dialogs?

Yes, see http://library.gnome.org/devel/gtk/stable/GtkFileChooserButton.htmland the associated pages.

-- Bill

On Thu, Aug 27, 2009 at 7:44 AM, wrote:

Hi,

I hope this is the right mailing list I am asking this question in.

I am written a sound processing GIMP plugin as part of https://sourceforge.net/projects/ltfat/

and I would really like to be able to open a file dialog box, and have the file name that the user selects gets passed back to the plugin.

Is that possible?

I am writing it is C on Linux.

Regards, Martin