Re: [Gimp-developer] A fresh pair of eyes.

2003-08-02 Thread Sven Neumann
Hi, Alan Horkan [EMAIL PROTECTED] writes: so how do you scroll sideways (using the wheel)? is this the same keybinding as Photoshop? Dunno what PS uses but GIMP uses Ctrl. Sven ___ Gimp-developer mailing list [EMAIL PROTECTED]

Re: [Gimp-developer] A fresh pair of eyes.

2003-08-02 Thread Phil Harper
From: Sven Neumann [EMAIL PROTECTED] To: Alan Horkan [EMAIL PROTECTED] CC: gimp developer list [EMAIL PROTECTED] Subject: Re: [Gimp-developer] A fresh pair of eyes. Date: Sat, 02 Aug 2003 09:48:50 +0200 MIME-Version: 1.0 Hi, Alan Horkan [EMAIL PROTECTED] writes: so how do you scroll sideways

[Gimp-developer] Activ layers in python-fu

2003-08-02 Thread Raymond Ostertag
Hello, I try to have a list of the layers in an image and to active them one by one. I am using Python-fu (newbie with python) with Gimp 1.2, i am doing this : layers= pdb.gimp_image_get_layers( inImage )[1] activeLayer = pdb.gimp_image_get_layer_by_tattoo( inImage, layers[0] )