about GtkDrawingArea



How can I use others tools to drawing something into GtkDrawingArea?
Ex. I create GtkDrawingArea
    area = gtk_drawingarea_new ();
     ...
and I don't want to use gdk_draw_line or gdk_draw_xxx with my drawing area
but I want to use other drawing tools such as Gnuplot or Grace etc. to draw instead.
 
If I can How to do this and I should use what tools ? 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]