Re: GTK Curves

2006-09-12 Thread Lance Dillon
Check out gtkdatabox: http://www.eudoxos.net/gtk/gtkdatabox/ - Original Message From: Matias Torres <[EMAIL PROTECTED]> To: gtk-app-devel-list@gnome.org Sent: Tuesday, September 12, 2006 3:25:58 PM Subject: GTK Curves hello, i'm trying to make a curve based on some value

Gtk Curves

2006-09-12 Thread Matias Torres
I FORGOT ABOUT SOMETHING, I NEED THE LIBRARY TO BE PORTABLE TO WINDOWS. THANKS! ** hello, i'm trying to make a curve based on some values passing a float array to a GtkCurve: gtk_curve_set_vector ( GTK_CURVE (income_curve), length, array) This results in well.. not a curve, b

GTK Curves

2006-09-12 Thread Matias Torres
hello, i'm trying to make a curve based on some values passing a float array to a GtkCurve: gtk_curve_set_vector ( GTK_CURVE (income_curve), length, array) This results in well.. not a curve, but a number of straight lines like this: 4 3 2 ___