From: Sven Neumann <[EMAIL PROTECTED]> Date: 30 May 2004 12:44:05 +0200
Hi, Robert L Krawitz <[EMAIL PROTECTED]> writes: > Unfortunately, the gtkcurve widget doesn't allow setting the control > points of the curve, only setting a dense curve > (gtk_curve_set_vector). There may be a back door way of doing it, but > that carries obvious hazards. The GtkCurve widget is basically deprecated and scheduled for removal from GTK+. I would suggest that if you need such a widget you simply copy the code and change the namespace. You can then add the API you need. That's good to know. Thanks. -- Robert Krawitz <[EMAIL PROTECTED]> Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail [EMAIL PROTECTED] Project lead for Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton _______________________________________________ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer
