Version 0 of gnocl::gCurve

Updated 2009-05-22 08:43:11 by WJG

WJG (22/0/09) Another GIMP legacy widget, the gnocl::gCuve is the implementation of the Gtk gamma curve editing widget used to explicitly set the constrast range of graphic image in the GIMP image manipulatoin program. A highly specialised widget, but has to be in the toolkit for a full set o' spanners!

http://wjgiddings.googlepages.com/Screenshot-gnoclgcurve.png

And the test script...

#---------------
# Author:   William J Giddings
# Date:     07/05/09
#---------------
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh "$0" "$@"
#---------------

package require Gnocl

set gCurv [gnocl::gammaCurve]

gnocl::window -child $gCurv -widthRequest 200 -heightRequest 200 -title gnocl::gcurve

enter categories here