Can anyone tell me what I need to do to add a GtkPlot to a GtkDrawingArea?
I've tried using;
gtk_plot_set_drawable(GTK_PLOT(active_plot),
GTK_WIDGET(drawing_area)->window);
gtk_plot_paint(GTK_PLOT(active_plot));
gtk_plot_refresh(GTK_PLOT(active_plot), NULL);
but I only get a blank screen.
-- Stupid Genius
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- GtkDrawingArea Dugas, Alan
- GtkDrawingArea Thomas Nemeth
- Re: GtkDrawingArea Thomas Nemeth
- Re: GtkDrawingArea Havoc Pennington
- Re: GtkDrawingArea Thomas Nemeth
- GtkDrawingArea Jean-Yves Lamoureux
- Re: GtkDrawingArea Sven Neumann
- Re: GtkDrawingArea Jean-Yves Lamoureux
- Re: GtkDrawingArea Sven Neumann
- Re: GtkDrawingArea Jean-Yves Lamoureux
- Re: GtkDrawingArea John . Cupitt
