Name

Gtkplotprint - gtkplot printing functions

Synopsis


gboolean
gtk_plot_export_ps
(GtkPlot *plot,
char *file_name,
gint orient,
gint epsflag,
gint page_size); 
gboolean
gtk_plot_export_ps_with_size
(GtkPlot *plot,
char *file_name,
gint orient,
gint epsflag,
gint units,
gint width,
gint height); 
gboolean
gtk_plot_canvas_export_ps
(GtkPlotCanvas *canvas,
char *file_name,
gint orient,
gint epsflag,
gint page_size);
void
gtk_plot_canvas_export_ps_with_size
(GtkPlotCanvas *canvas,
char *file_name,
gint orient,
gint epsflag,
gint units,
gint width,
gint height); 

Object Hierarchy

 


Args

 

Signal Prototypes

No signals

Description

 


Details

 


Screenshot

 


gtk_plot_export_ps ()

gboolean  gtk_plot_export_ps (GtkPlot *plot,
                              char *file_name, 
                              gint orient,
                              gint epsflag,
                              gint page_size); 

 

plot  
file_name  
orient  
epsflag  
page_size  


gtk_plot_export_ps_with_size ()

gboolean   gtk_plot_export_ps_with_size (GtkPlot *plot,
                                         char *file_name,
                                         gint orient,
                                         gint epsflag,
                                         gint units,
                                         gint width,
                                         gint height); 

 

plot  
file_name  
orient  
epsflag  
units  
width  
height  


gtk_plot_canvas_export_ps ()

gboolean   gtk_plot_canvas_export_ps (GtkPlotCanvas *canvas,
                                      char *file_name,
                                      gint orient,
                                      gint epsflag,
                                      gint page_size); 

 

canvas  
file_name  
orient  
epsflag  
page_size  


gtk_plot_canvas_export_ps_with_size ()

gboolean   gtk_plot_canvas_export_ps_with_size (GtkPlotCanvas *canvas,
                                                char *file_name,
                                                gint orient,
                                                gint epsflag,
                                                gint units,
                                                gint width,
                                                gint height); 

 

canvas  
file_name  
orient  
epsflag  
units  
width  
height