|
how to draw a curve using gtk
hi
i use glade as GUI for gtk
my problem is that i must make a program with a graphical interface that draw a curve
in fact
this file contains something like that
1,3 5,6 9,9 4,8 7,8 ...
so i must draw a curve using those cords
i find in the glade an icon called curve but i don't know how to program it
|