gtkplotprint
gtkplotprint
|
|
Synopsis
#include <gtkextra.h>
gboolean gtk_plot_export_ps (GtkPlot *plot,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotPageSize page_size);
gboolean gtk_plot_export_ps_with_size (GtkPlot *plot,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotUnits units,
gint width,
gint height);
gboolean gtk_plot_canvas_export_ps (GtkPlotCanvas *canvas,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotPageSize page_size);
gboolean gtk_plot_canvas_export_ps_with_size (GtkPlotCanvas *canvas,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotUnits units,
gint width,
gint height);
Details
gtk_plot_export_ps_with_size ()
gboolean gtk_plot_export_ps_with_size (GtkPlot *plot,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotUnits units,
gint width,
gint height);
gtk_plot_canvas_export_ps_with_size ()
gboolean gtk_plot_canvas_export_ps_with_size (GtkPlotCanvas *canvas,
char *file_name,
GtkPlotPageOrientation orient,
gboolean epsflag,
GtkPlotUnits units,
gint width,
gint height);