Re: [Gimp-developer] Developing a GIMP plugin (2 questions)

2004-07-22 Thread Sven Neumann
Hi, "javi palau" <[EMAIL PROTECTED]> writes: > Hi, I'm a student who's developing a GIMP plug-in. > I've been reading the API's documents but i haven't found the solution. I strongly suggest you look at some of the plug-ins distributed with GIMP and also get your hands on the gimp-plugin-templat

Re: [Gimp-developer] Developing a GIMP plugin (2 questions)

2004-07-22 Thread Daniel Egger
On 22.07.2004, at 23:19, Simon Budig wrote: We use the gettext library to determine what language the text in our user interface should be. In fact gettext does all the hard work for us. Not quite but almost. :) The choice of language is expressed by setting environment variables. Those are picked

Re: [Gimp-developer] Developing a GIMP plugin (2 questions)

2004-07-22 Thread Simon Budig
javi palau ([EMAIL PROTECTED]) wrote: > 2ºHow i can know the language used by GIMP?. I've been searching in the > "gimprc" file, but i haven't found anything. We use the gettext library to determine what language the text in our user interface should be. In fact gettext does all the hard work for

Re: [Gimp-developer] Developing a GIMP plugin (2 questions)

2004-07-22 Thread David Neary
Hi Javi, javi palau wrote: > Two questions: > 1º When i execute my plug-in for 2nd time, i'd like to configure the > parameters like the user introduce the first time. Is there any "gimp > memory" to save the values introduced by the user? You can tell when a plug-in is re-run by testing the ru

[Gimp-developer] Developing a GIMP plugin (2 questions)

2004-07-22 Thread javi palau
Hi, I'm a student who's developing a GIMP plug-in. I've been reading the API's documents but i haven't found the solution. Two questions: 1º When i execute my plug-in for 2nd time, i'd like to configure the parameters like the user introduce the first time. Is there any "gimp memory" to save the