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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
|
<?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="GtkPlotCanvasPlot">
<refmeta>
<refentrytitle role="top_of_page" id="GtkPlotCanvasPlot.top_of_page">GtkPlotCanvasPlot</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkPlotCanvasPlot</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1 id="GtkPlotCanvasPlot.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="GtkPlotCanvasChild"><returnvalue>GtkPlotCanvasChild</returnvalue></link> *
</entry><entry role="function_name"><link linkend="gtk-plot-canvas-plot-new">gtk_plot_canvas_plot_new</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="GtkPlotCanvasPlotFlags"><returnvalue>GtkPlotCanvasPlotFlags</returnvalue></link>
</entry><entry role="function_name"><link linkend="gtk-plot-canvas-plot-flags">gtk_plot_canvas_plot_flags</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-canvas-plot-set-flags">gtk_plot_canvas_plot_set_flags</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-canvas-plot-unset-flags">gtk_plot_canvas_plot_unset_flags</link> <phrase role="c_punctuation">()</phrase></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkPlotCanvasPlot.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="GtkPlotCanvasPlot-struct">GtkPlotCanvasPlot</link></entry></row>
<row><entry role="datatype_keyword">enum</entry><entry role="function_name"><link linkend="GtkPlotCanvasPlotFlags">GtkPlotCanvasPlotFlags</link></entry></row>
<row><entry role="datatype_keyword">enum</entry><entry role="function_name"><link linkend="GtkPlotCanvasPlotPos">GtkPlotCanvasPlotPos</link></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="GtkPlotCanvasPlot.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> <link linkend="GtkPlotCanvasChild">GtkPlotCanvasChild</link>
<phrase role="lineart">╰──</phrase> GtkPlotCanvasPlot
</screen>
</refsect1>
<refsect1 id="GtkPlotCanvasPlot.includes"><title>Includes</title><synopsis>#include <gtkextra.h>
</synopsis></refsect1>
<refsect1 id="GtkPlotCanvasPlot.description" role="desc">
<title role="desc.title">Description</title>
<para>A <link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link> object is an interactive container for
GtkPlots and some graphic primitives that can be used to
illustrate the plots (see <link linkend="GtkCanvasChild"><type>GtkCanvasChild</type></link>).</para>
</refsect1>
<refsect1 id="GtkPlotCanvasPlot.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="gtk-plot-canvas-plot-new" role="function">
<title>gtk_plot_canvas_plot_new ()</title>
<indexterm zone="gtk-plot-canvas-plot-new"><primary>gtk_plot_canvas_plot_new</primary></indexterm>
<programlisting language="C"><link linkend="GtkPlotCanvasChild"><returnvalue>GtkPlotCanvasChild</returnvalue></link> *
gtk_plot_canvas_plot_new (<parameter><link linkend="GtkPlot"><type>GtkPlot</type></link> *plot</parameter>);</programlisting>
<refsect3 id="gtk-plot-canvas-plot-new.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-plot-flags" role="function">
<title>gtk_plot_canvas_plot_flags ()</title>
<indexterm zone="gtk-plot-canvas-plot-flags"><primary>gtk_plot_canvas_plot_flags</primary></indexterm>
<programlisting language="C"><link linkend="GtkPlotCanvasPlotFlags"><returnvalue>GtkPlotCanvasPlotFlags</returnvalue></link>
gtk_plot_canvas_plot_flags (<parameter><link linkend="GtkPlotCanvasPlot"><type>GtkPlotCanvasPlot</type></link> *plot</parameter>);</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="gtk-plot-canvas-plot-set-flags" role="function">
<title>gtk_plot_canvas_plot_set_flags ()</title>
<indexterm zone="gtk-plot-canvas-plot-set-flags"><primary>gtk_plot_canvas_plot_set_flags</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
gtk_plot_canvas_plot_set_flags (<parameter><link linkend="GtkPlotCanvasPlot"><type>GtkPlotCanvasPlot</type></link> *plot</parameter>,
<parameter><link linkend="GtkPlotCanvasPlotFlags"><type>GtkPlotCanvasPlotFlags</type></link> flags</parameter>);</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="gtk-plot-canvas-plot-unset-flags" role="function">
<title>gtk_plot_canvas_plot_unset_flags ()</title>
<indexterm zone="gtk-plot-canvas-plot-unset-flags"><primary>gtk_plot_canvas_plot_unset_flags</primary></indexterm>
<programlisting language="C"><link linkend="void"><returnvalue>void</returnvalue></link>
gtk_plot_canvas_plot_unset_flags (<parameter><link linkend="GtkPlotCanvasPlot"><type>GtkPlotCanvasPlot</type></link> *plot</parameter>,
<parameter><link linkend="GtkPlotCanvasPlotFlags"><type>GtkPlotCanvasPlotFlags</type></link> flags</parameter>);</programlisting>
<para>
</para>
</refsect2>
</refsect1>
<refsect1 id="GtkPlotCanvasPlot.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="GtkPlotCanvasPlot-struct" role="struct">
<title>struct GtkPlotCanvasPlot</title>
<indexterm zone="GtkPlotCanvasPlot-struct"><primary>GtkPlotCanvasPlot</primary></indexterm>
<programlisting language="C">struct GtkPlotCanvasPlot;</programlisting>
<para>The GtkPlotBar struct contains only private data.
It should only be accessed through the functions described below.</para>
</refsect2>
<refsect2 id="GtkPlotCanvasPlotFlags" role="enum">
<title>enum GtkPlotCanvasPlotFlags</title>
<indexterm zone="GtkPlotCanvasPlotFlags"><primary>GtkPlotCanvasPlotFlags</primary></indexterm>
<para>Selection and DND mode of <link linkend="GtkPlotCanvas"><type>GtkPlotCanvas</type></link></para>
<refsect3 id="GtkPlotCanvasPlotFlags.members" role="enum_members">
<title>Members</title>
<informaltable role="enum_members_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="enum_members_name" colwidth="300px"/>
<colspec colname="enum_members_description"/>
<colspec colname="enum_members_annotations" colwidth="200px"/>
<tbody>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-SELECT-POINT:CAPS">GTK_PLOT_CANVAS_PLOT_SELECT_POINT</para></entry>
<entry role="enum_member_description"><para>Select point</para>
</entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-DND-POINT:CAPS">GTK_PLOT_CANVAS_PLOT_DND_POINT</para></entry>
<entry role="enum_member_description"><para>DnD point</para>
</entry>
<entry role="enum_member_annotations"></entry>
</row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="GtkPlotCanvasPlotPos" role="enum">
<title>enum GtkPlotCanvasPlotPos</title>
<indexterm zone="GtkPlotCanvasPlotPos"><primary>GtkPlotCanvasPlotPos</primary></indexterm>
<para>
</para>
<refsect3 id="GtkPlotCanvasPlotPos.members" role="enum_members">
<title>Members</title>
<informaltable role="enum_members_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="enum_members_name" colwidth="300px"/>
<colspec colname="enum_members_description"/>
<colspec colname="enum_members_annotations" colwidth="200px"/>
<tbody>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-OUT:CAPS">GTK_PLOT_CANVAS_PLOT_OUT</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-PLOT:CAPS">GTK_PLOT_CANVAS_PLOT_IN_PLOT</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-LEGENDS:CAPS">GTK_PLOT_CANVAS_PLOT_IN_LEGENDS</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-TITLE:CAPS">GTK_PLOT_CANVAS_PLOT_IN_TITLE</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-AXIS:CAPS">GTK_PLOT_CANVAS_PLOT_IN_AXIS</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-DATA:CAPS">GTK_PLOT_CANVAS_PLOT_IN_DATA</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-GRADIENT:CAPS">GTK_PLOT_CANVAS_PLOT_IN_GRADIENT</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
<row role="constant"><entry role="enum_member_name"><para id="GTK-PLOT-CANVAS-PLOT-IN-MARKER:CAPS">GTK_PLOT_CANVAS_PLOT_IN_MARKER</para></entry>
<entry role="enum_member_description"></entry>
<entry role="enum_member_annotations"></entry>
</row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
</refsect1>
</refentry>
|