Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 84e3c6e8e1d0d7706a99d19480799d2a > files > 264

gtk+extra-devel-2.1.2-6.fc15.i686.rpm

<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="gtkextra-GtkPlotPolar">
<refmeta>
<refentrytitle role="top_of_page" id="gtkextra-GtkPlotPolar.top_of_page">GtkPlotPolar</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>GtkPlotPolar</refname>
<refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv id="gtkextra-GtkPlotPolar.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>

#include &lt;gtkextra.h&gt;

#define             <link linkend="GTK-PLOT-POLAR-FLAGS--CAPS">GTK_PLOT_POLAR_FLAGS</link>                (plot)
#define             <link linkend="GTK-PLOT-POLAR-SET-FLAGS--CAPS">GTK_PLOT_POLAR_SET_FLAGS</link>            (plot,flag)
#define             <link linkend="GTK-PLOT-POLAR-UNSET-FLAGS--CAPS">GTK_PLOT_POLAR_UNSET_FLAGS</link>          (plot,flag)
#define             <link linkend="GTK-PLOT-POLAR-TRANSPARENT--CAPS">GTK_PLOT_POLAR_TRANSPARENT</link>          (plot)
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-plot-polar-new">gtk_plot_polar_new</link>                  (<link linkend="GdkDrawable">GdkDrawable</link> *drawable);
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-plot-polar-new-with-size">gtk_plot_polar_new_with_size</link>        (<link linkend="GdkDrawable">GdkDrawable</link> *drawable,
                                                         <link linkend="gdouble">gdouble</link> width,
                                                         <link linkend="gdouble">gdouble</link> height);
<link linkend="void">void</link>                <link linkend="gtk-plot-polar-construct">gtk_plot_polar_construct</link>            (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="GdkDrawable">GdkDrawable</link> *drawable);
<link linkend="void">void</link>                <link linkend="gtk-plot-polar-construct-with-size">gtk_plot_polar_construct_with_size</link>  (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="GdkDrawable">GdkDrawable</link> *drawable,
                                                         <link linkend="gdouble">gdouble</link> width,
                                                         <link linkend="gdouble">gdouble</link> height);
<link linkend="void">void</link>                <link linkend="gtk-plot-polar-rotate">gtk_plot_polar_rotate</link>               (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="gdouble">gdouble</link> angle);
<link linkend="gdouble">gdouble</link>             <link linkend="gtk-plot-polar-get-angle">gtk_plot_polar_get_angle</link>            (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot);
</synopsis>
</refsynopsisdiv>









<refsect1 id="gtkextra-GtkPlotPolar.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>

<refsect1 id="gtkextra-GtkPlotPolar.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="GTK-PLOT-POLAR-FLAGS--CAPS" role="macro">
<title>GTK_PLOT_POLAR_FLAGS()</title>
<indexterm zone="GTK-PLOT-POLAR-FLAGS--CAPS"><primary sortas="GTK_PLOT_POLAR_FLAGS">GTK_PLOT_POLAR_FLAGS</primary></indexterm><programlisting>#define GTK_PLOT_POLAR_FLAGS(plot)         (GTK_PLOT_POLAR(plot)-&gt;flags)
</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="GTK-PLOT-POLAR-SET-FLAGS--CAPS" role="macro">
<title>GTK_PLOT_POLAR_SET_FLAGS()</title>
<indexterm zone="GTK-PLOT-POLAR-SET-FLAGS--CAPS"><primary sortas="GTK_PLOT_POLAR_SET_FLAGS">GTK_PLOT_POLAR_SET_FLAGS</primary></indexterm><programlisting>#define GTK_PLOT_POLAR_SET_FLAGS(plot,flag) (GTK_PLOT_POLAR_FLAGS(plot) |= (flag))
</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>flag</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="GTK-PLOT-POLAR-UNSET-FLAGS--CAPS" role="macro">
<title>GTK_PLOT_POLAR_UNSET_FLAGS()</title>
<indexterm zone="GTK-PLOT-POLAR-UNSET-FLAGS--CAPS"><primary sortas="GTK_PLOT_POLAR_UNSET_FLAGS">GTK_PLOT_POLAR_UNSET_FLAGS</primary></indexterm><programlisting>#define GTK_PLOT_POLAR_UNSET_FLAGS(plot,flag) (GTK_PLOT_POLAR_FLAGS(plot) &amp;= ~(flag))
</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>flag</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="GTK-PLOT-POLAR-TRANSPARENT--CAPS" role="macro">
<title>GTK_PLOT_POLAR_TRANSPARENT()</title>
<indexterm zone="GTK-PLOT-POLAR-TRANSPARENT--CAPS"><primary sortas="GTK_PLOT_POLAR_TRANSPARENT">GTK_PLOT_POLAR_TRANSPARENT</primary></indexterm><programlisting>#define GTK_PLOT_POLAR_TRANSPARENT(plot) (GTK_PLOT_POLAR_FLAGS(plot) &amp; GTK_PLOT_POLAR_TRANSPARENT)
</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-new" role="function">
<title>gtk_plot_polar_new ()</title>
<indexterm zone="gtk-plot-polar-new"><primary sortas="gtk_plot_polar_new">gtk_plot_polar_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_plot_polar_new                  (<link linkend="GdkDrawable">GdkDrawable</link> *drawable);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>drawable</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-new-with-size" role="function">
<title>gtk_plot_polar_new_with_size ()</title>
<indexterm zone="gtk-plot-polar-new-with-size"><primary sortas="gtk_plot_polar_new_with_size">gtk_plot_polar_new_with_size</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_plot_polar_new_with_size        (<link linkend="GdkDrawable">GdkDrawable</link> *drawable,
                                                         <link linkend="gdouble">gdouble</link> width,
                                                         <link linkend="gdouble">gdouble</link> height);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>drawable</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>width</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>height</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-construct" role="function">
<title>gtk_plot_polar_construct ()</title>
<indexterm zone="gtk-plot-polar-construct"><primary sortas="gtk_plot_polar_construct">gtk_plot_polar_construct</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_polar_construct            (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="GdkDrawable">GdkDrawable</link> *drawable);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>drawable</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-construct-with-size" role="function">
<title>gtk_plot_polar_construct_with_size ()</title>
<indexterm zone="gtk-plot-polar-construct-with-size"><primary sortas="gtk_plot_polar_construct_with_size">gtk_plot_polar_construct_with_size</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_polar_construct_with_size  (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="GdkDrawable">GdkDrawable</link> *drawable,
                                                         <link linkend="gdouble">gdouble</link> width,
                                                         <link linkend="gdouble">gdouble</link> height);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>drawable</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>width</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>height</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-rotate" role="function">
<title>gtk_plot_polar_rotate ()</title>
<indexterm zone="gtk-plot-polar-rotate"><primary sortas="gtk_plot_polar_rotate">gtk_plot_polar_rotate</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_polar_rotate               (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot,
                                                         <link linkend="gdouble">gdouble</link> angle);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>angle</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-polar-get-angle" role="function">
<title>gtk_plot_polar_get_angle ()</title>
<indexterm zone="gtk-plot-polar-get-angle"><primary sortas="gtk_plot_polar_get_angle">gtk_plot_polar_get_angle</primary></indexterm><programlisting><link linkend="gdouble">gdouble</link>             gtk_plot_polar_get_angle            (<link linkend="GtkPlotPolar">GtkPlotPolar</link> *plot);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>plot</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>