Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Thomas J. Duck <tomduck@us...> - 2005-05-06 19:56:23
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15616/include Modified Files: plplotcanvas.h Log Message: Revised for consistency with new gcw driver API. Index: plplotcanvas.h =================================================================== RCS file: /cvsroot/plplot/plplot/include/plplotcanvas.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- plplotcanvas.h 4 May 2005 13:48:13 -0000 1.6 +++ plplotcanvas.h 6 May 2005 19:56:15 -0000 1.7 @@ -66,19 +66,16 @@ GType plplot_canvas_get_type(); -PlplotCanvas* plplot_canvas_new(gboolean aa); +PlplotCanvas* plplot_canvas_new(); +void plplot_canvas_devinit(PlplotCanvas* self); void plplot_canvas_dispose(PlplotCanvas *self); gint plplot_canvas_get_stream_number(PlplotCanvas* self); +void plplot_canvas_set_size(PlplotCanvas* self,gint width,gint height); void plplot_canvas_set_zoom(PlplotCanvas* self,gdouble magnification); -void plplot_canvas_set_size(PlplotCanvas* self,gdouble width,gdouble height); void plplot_canvas_use_text(PlplotCanvas* self,gboolean use_text); -void plplot_canvas_use_fast_rendering(PlplotCanvas* self, - gboolean use_fast_rendering); void plplot_canvas_use_pixmap(PlplotCanvas* self,gboolean use_pixmap); -void plplot_canvas_use_foreground_group(PlplotCanvas* self); -void plplot_canvas_use_background_group(PlplotCanvas* self); -void plplot_canvas_use_default_group(PlplotCanvas* self); +void plplot_canvas_use_persistence(PlplotCanvas* self,gboolean use_persistence); /*--------------------------------------------------------------------------* |