added image, layer, channel and drawable menus for testing.

2003-07-24  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/scripts/test-sphere.scm: added image, layer,
	channel and drawable menus for testing.
This commit is contained in:
Michael Natterer
2003-07-24 13:11:53 +00:00
committed by Michael Natterer
parent 1f4714a056
commit b10a8b4fec
2 changed files with 17 additions and 4 deletions

View File

@ -119,9 +119,13 @@
gradient-reverse
font
size
filename
orientation
dirname)
unused-filename
unused-orientation
unused-dirname
unused-image
unused-layer
unused-channel
unused-drawable)
(let* ((width (* radius 3.75))
(height (* radius 2.5))
(img (car (gimp-image-new width height RGB)))
@ -224,4 +228,8 @@
SF-ADJUSTMENT "Font Size (pixels)" '(50 1 1000 1 10 0 1)
SF-FILENAME "Environment Map" (string-append "" gimp-data-dir "/scripts/beavis.jpg")
SF-OPTION "Orientation" '("Horizontal" "Vertical")
SF-DIRNAME "Output Directory" "/var/tmp/")
SF-DIRNAME "Output Directory" "/var/tmp/"
SF-IMAGE "Image" -1
SF-LAYER "Layer" -1
SF-CHANNEL "Channel" -1
SF-DRAWABLE "Drawable" -1)