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 171 172 173 174 175 176 177 178 179 180
|
<?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="GtkPlotDT">
<refmeta>
<refentrytitle role="top_of_page" id="GtkPlotDT.top_of_page">GtkPlotDT</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkPlotDT</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1 id="GtkPlotDT.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="gint"><returnvalue>gint</returnvalue></link>
</entry><entry role="function_name"><phrase role="c_punctuation">(</phrase><link linkend="GtkPlotDTprogressbarFunc">*GtkPlotDTprogressbarFunc</link><phrase role="c_punctuation">)</phrase> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="GtkObject"><returnvalue>GtkObject</returnvalue></link> *
</entry><entry role="function_name"><link linkend="gtk-plot-dt-new">gtk_plot_dt_new</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="void"><returnvalue>void</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-dt-set-quadrilateral">gtk_plot_dt_set_quadrilateral</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="void"><returnvalue>void</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-dt-set-subsampling">gtk_plot_dt_set_subsampling</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-dt-add-node">gtk_plot_dt_add_node</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="GtkPlotDTnode"><returnvalue>GtkPlotDTnode</returnvalue></link> *
</entry><entry role="function_name"><link linkend="gtk-plot-dt-get-node">gtk_plot_dt_get_node</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-dt-triangulate">gtk_plot_dt_triangulate</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="void"><returnvalue>void</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-dt-clear">gtk_plot_dt_clear</link> <phrase role="c_punctuation">()</phrase></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkPlotDT.other" role="other_proto">
<title role="other_proto.title">Types and Values</title>
<informaltable role="enum_members_table" pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="name" colwidth="150px"/>
<colspec colname="description"/>
<tbody>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="GtkPlotDT-struct">GtkPlotDT</link></entry></row>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="GtkPlotDTnode">GtkPlotDTnode</link></entry></row>
<row><entry role="datatype_keyword"></entry><entry role="function_name"><link linkend="GtkPlotDTsegment">GtkPlotDTsegment</link></entry></row>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="GtkPlotDTtriangle">GtkPlotDTtriangle</link></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkPlotDT.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<screen> <link linkend="GObject">GObject</link>
<phrase role="lineart">╰──</phrase> <link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
<phrase role="lineart">╰──</phrase> <link linkend="GtkObject">GtkObject</link>
<phrase role="lineart">╰──</phrase> GtkPlotDT
</screen>
</refsect1>
<refsect1 id="GtkPlotDT.includes"><title>Includes</title><synopsis>#include <gtkextra.h>
</synopsis></refsect1>
<refsect1 id="GtkPlotDT.description" role="desc">
<title role="desc.title">Description</title>
<para>FIXME:: Need long description.</para>
</refsect1>
<refsect1 id="GtkPlotDT.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="GtkPlotDTprogressbarFunc" role="function">
<title>GtkPlotDTprogressbarFunc ()</title>
<indexterm zone="GtkPlotDTprogressbarFunc"><primary>GtkPlotDTprogressbarFunc</primary></indexterm>
<programlisting language="C"><link linkend="gint"><returnvalue>gint</returnvalue></link>
<phrase role="c_punctuation">(</phrase>*GtkPlotDTprogressbarFunc<phrase role="c_punctuation">)</phrase> (<parameter><link linkend="double"><type>double</type></link> progress</parameter>);</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="gtk-plot-dt-new" role="function">
<title>gtk_plot_dt_new ()</title>
<indexterm zone="gtk-plot-dt-new"><primary>gtk_plot_dt_new</primary></indexterm>
<programlisting language="C"><link linkend="GtkObject"><returnvalue>GtkObject</returnvalue></link> *
gtk_plot_dt_new (<parameter><link linkend="gint"><type>gint</type></link> num</parameter>);</programlisting>
</refsect2>
<refsect2 id="gtk-plot-dt-set-quadrilateral" role="function">
<title>gtk_plot_dt_set_quadrilateral ()</title>
<indexterm zone="gtk-plot-dt-set-quadrilateral"><primary>gtk_plot_dt_set_quadrilateral</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
gtk_plot_dt_set_quadrilateral (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *dt</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> set</parameter>);</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="gtk-plot-dt-set-subsampling" role="function">
<title>gtk_plot_dt_set_subsampling ()</title>
<indexterm zone="gtk-plot-dt-set-subsampling"><primary>gtk_plot_dt_set_subsampling</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
gtk_plot_dt_set_subsampling (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *dt</parameter>,
<parameter><link linkend="gboolean"><type>gboolean</type></link> set</parameter>);</programlisting>
</refsect2>
<refsect2 id="gtk-plot-dt-add-node" role="function">
<title>gtk_plot_dt_add_node ()</title>
<indexterm zone="gtk-plot-dt-add-node"><primary>gtk_plot_dt_add_node</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_dt_add_node (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *data</parameter>,
<parameter><link linkend="GtkPlotDTnode"><type>GtkPlotDTnode</type></link> node</parameter>);</programlisting>
</refsect2>
<refsect2 id="gtk-plot-dt-get-node" role="function">
<title>gtk_plot_dt_get_node ()</title>
<indexterm zone="gtk-plot-dt-get-node"><primary>gtk_plot_dt_get_node</primary></indexterm>
<programlisting language="C"><link linkend="GtkPlotDTnode"><returnvalue>GtkPlotDTnode</returnvalue></link> *
gtk_plot_dt_get_node (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *data</parameter>,
<parameter><link linkend="gint"><type>gint</type></link> idx</parameter>);</programlisting>
<refsect3 id="gtk-plot-dt-get-node.returns" role="returns">
<title>Returns</title>
<para> (transfer none) the <link linkend="GtkPlotDTnode"><type>GtkPlotDTnode</type></link></para>
</refsect3></refsect2>
<refsect2 id="gtk-plot-dt-triangulate" role="function">
<title>gtk_plot_dt_triangulate ()</title>
<indexterm zone="gtk-plot-dt-triangulate"><primary>gtk_plot_dt_triangulate</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
gtk_plot_dt_triangulate (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *data</parameter>);</programlisting>
</refsect2>
<refsect2 id="gtk-plot-dt-clear" role="function">
<title>gtk_plot_dt_clear ()</title>
<indexterm zone="gtk-plot-dt-clear"><primary>gtk_plot_dt_clear</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
gtk_plot_dt_clear (<parameter><link linkend="GtkPlotDT"><type>GtkPlotDT</type></link> *data</parameter>);</programlisting>
</refsect2>
</refsect1>
<refsect1 id="GtkPlotDT.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="GtkPlotDT-struct" role="struct">
<title>struct GtkPlotDT</title>
<indexterm zone="GtkPlotDT-struct"><primary>GtkPlotDT</primary></indexterm>
<programlisting language="C">struct GtkPlotDT;</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="GtkPlotDTnode" role="struct">
<title>struct GtkPlotDTnode</title>
<indexterm zone="GtkPlotDTnode"><primary>GtkPlotDTnode</primary></indexterm>
<programlisting language="C">struct GtkPlotDTnode {
};
</programlisting>
<para>The GtkPlotDTnode struct contains only private data.
It should only be accessed through the functions described below.</para>
</refsect2>
<refsect2 id="GtkPlotDTsegment" role="struct">
<title>GtkPlotDTsegment</title>
<indexterm zone="GtkPlotDTsegment"><primary>GtkPlotDTsegment</primary></indexterm>
<programlisting language="C">typedef struct _GtkPlotDTsegment GtkPlotDTsegment;</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="GtkPlotDTtriangle" role="struct">
<title>struct GtkPlotDTtriangle</title>
<indexterm zone="GtkPlotDTtriangle"><primary>GtkPlotDTtriangle</primary></indexterm>
<programlisting language="C">struct GtkPlotDTtriangle {
};
</programlisting>
<para>The GtkPlotDTtriangle struct contains only private data.
It should only be accessed through the functions described below.</para>
</refsect2>
</refsect1>
</refentry>
|