1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<!--ENTITY index-Objects-Grouped SYSTEM "objects_grouped.sgml"-->
<refentry id="gtkextra-GtkPlotPrint">
<refmeta>
<refentrytitle role="top_of_page" id="gtkextra-GtkPlotPrint.top_of_page">GtkPlotPrint</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkPlotPrint</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1 id="gtkextra-GtkPlotPrint.functions" role="functions_proto">
<title role="functions_proto.title">Functions</title>
<informaltable pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="functions_return" colwidth="150px"/>
<colspec colname="functions_name"/>
<tbody>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-export-ps">gtk_plot_export_ps</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-export-ps-with-size">gtk_plot_export_ps_with_size</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-canvas-export-ps">gtk_plot_canvas_export_ps</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-canvas-export-ps-with-size">gtk_plot_canvas_export_ps_with_size</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-canvas-export-cairo">gtk_plot_canvas_export_cairo</link> <phrase role="c_punctuation">()</phrase></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="gtkextra-GtkPlotPrint.includes"><title>Includes</title><synopsis>#include <gtkextra.h>
</synopsis></refsect1>
<refsect1 id="gtkextra-GtkPlotPrint.description" role="desc">
<title role="desc.title">Description</title>
<para>FIXME:: Need long description.</para>
</refsect1>
<refsect1 id="gtkextra-GtkPlotPrint.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="gtk-plot-export-ps" role="function">
<title>gtk_plot_export_ps ()</title>
<indexterm zone="gtk-plot-export-ps"><primary>gtk_plot_export_ps</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_export_ps (<parameter><link linkend="GtkPlot"><type>GtkPlot</type></link> *plot</parameter>,
<parameter><link linkend="char"><type>char</type></link> *file_name</parameter>,
<parameter><link linkend="GtkPlotPageOrientation"><type>GtkPlotPageOrientation</type></link> orient</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> epsflag</parameter>,
<parameter><link linkend="GtkPlotPageSize"><type>GtkPlotPageSize</type></link> page_size</parameter>);</programlisting>
<refsect3 id="gtk-plot-export-ps.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>plot</para></entry>
<entry role="parameter_description"><para>a <link linkend="GtkPlot"><type>GtkPlot</type></link></para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="gtk-plot-export-ps-with-size" role="function">
<title>gtk_plot_export_ps_with_size ()</title>
<indexterm zone="gtk-plot-export-ps-with-size"><primary>gtk_plot_export_ps_with_size</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_export_ps_with_size (<parameter><link linkend="GtkPlot"><type>GtkPlot</type></link> *plot</parameter>,
<parameter><link linkend="char"><type>char</type></link> *file_name</parameter>,
<parameter><link linkend="GtkPlotPageOrientation"><type>GtkPlotPageOrientation</type></link> orient</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> epsflag</parameter>,
<parameter><link linkend="GtkPlotUnits"><type>GtkPlotUnits</type></link> units</parameter>,
<parameter><link linkend="gint"><type>gint</type></link> width</parameter>,
<parameter><link linkend="gint"><type>gint</type></link> height</parameter>);</programlisting>
<refsect3 id="gtk-plot-export-ps-with-size.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>plot</para></entry>
<entry role="parameter_description"><para>a <link linkend="GtkPlot"><type>GtkPlot</type></link></para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="gtk-plot-canvas-export-ps" role="function">
<title>gtk_plot_canvas_export_ps ()</title>
<indexterm zone="gtk-plot-canvas-export-ps"><primary>gtk_plot_canvas_export_ps</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_canvas_export_ps (<parameter><link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> *canvas</parameter>,
<parameter><link linkend="char"><type>char</type></link> *file_name</parameter>,
<parameter><link linkend="GtkPlotPageOrientation"><type>GtkPlotPageOrientation</type></link> orient</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> epsflag</parameter>,
<parameter><link linkend="GtkPlotPageSize"><type>GtkPlotPageSize</type></link> page_size</parameter>);</programlisting>
<refsect3 id="gtk-plot-canvas-export-ps.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>canvas</para></entry>
<entry role="parameter_description"><para>a <link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> .</para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="gtk-plot-canvas-export-ps-with-size" role="function">
<title>gtk_plot_canvas_export_ps_with_size ()</title>
<indexterm zone="gtk-plot-canvas-export-ps-with-size"><primary>gtk_plot_canvas_export_ps_with_size</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_canvas_export_ps_with_size (<parameter><link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> *canvas</parameter>,
<parameter><link linkend="char"><type>char</type></link> *file_name</parameter>,
<parameter><link linkend="GtkPlotPageOrientation"><type>GtkPlotPageOrientation</type></link> orient</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> epsflag</parameter>,
<parameter><link linkend="GtkPlotUnits"><type>GtkPlotUnits</type></link> units</parameter>,
<parameter><link linkend="gint"><type>gint</type></link> width</parameter>,
<parameter><link linkend="gint"><type>gint</type></link> height</parameter>);</programlisting>
<refsect3 id="gtk-plot-canvas-export-ps-with-size.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>canvas</para></entry>
<entry role="parameter_description"><para>a <link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> .</para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="gtk-plot-canvas-export-cairo" role="function">
<title>gtk_plot_canvas_export_cairo ()</title>
<indexterm zone="gtk-plot-canvas-export-cairo"><primary>gtk_plot_canvas_export_cairo</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_canvas_export_cairo (<parameter><link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> *canvas</parameter>,
<parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cairo</parameter>);</programlisting>
<refsect3 id="gtk-plot-canvas-export-cairo.parameters" role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>canvas</para></entry>
<entry role="parameter_description"><para>a <link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> .</para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
</refsect1>
<refsect1 id="gtkextra-GtkPlotPrint.other_details" role="details">
<title role="details.title">Types and Values</title>
</refsect1>
</refentry>
|