Surender Javahar wrote: > > Where can i find tutorial information on undocumented widgets? I need to > know aobut GtkCurve, GtkCurvetype, and GtkDrawingarea. I have a set of > data, and I want to get them plotted. >
The GTK+ reference documentation should give you some idea of their usage, it comes as HTML and is very nicely laid out (much like the Java SDK documentation). The reference for GTK 2.0 includes a simple example for GtkDrawingArea, and the API for GtkCurve looks very straightforward. There is a note to the effect that GtkCurve will be moved to another package at some point - but it does acknowledge its usefulness so I doubt it will wholly disappear. Chris -- [EMAIL PROTECTED] (work) [EMAIL PROTECTED] (home) _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
