Sophie

Sophie

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

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-GtkPlotBubble">
<refmeta>
<refentrytitle role="top_of_page" id="gtkextra-GtkPlotBubble.top_of_page">GtkPlotBubble</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKEXTRA Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>GtkPlotBubble</refname>
<refpurpose></refpurpose>
</refnamediv>

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

<synopsis>

#include &lt;gtkextra.h&gt;

<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-plot-bubble-new">gtk_plot_bubble_new</link>                 (void);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-show-scale">gtk_plot_bubble_show_scale</link>          (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gboolean">gboolean</link> show);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-scale-max">gtk_plot_bubble_set_scale_max</link>       (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gdouble">gdouble</link> scale_max);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-size-max">gtk_plot_bubble_set_size_max</link>        (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="guint">guint</link> size_max);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-labels-precision">gtk_plot_bubble_set_labels_precision</link>
                                                        (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gint">gint</link> precision);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-labels-style">gtk_plot_bubble_set_labels_style</link>    (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="GtkPlotLabelStyle">GtkPlotLabelStyle</link> style);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-labels-prefix">gtk_plot_bubble_set_labels_prefix</link>   (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         const <link linkend="gchar">gchar</link> *prefix);
<link linkend="void">void</link>                <link linkend="gtk-plot-bubble-set-labels-suffix">gtk_plot_bubble_set_labels_suffix</link>   (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         const <link linkend="gchar">gchar</link> *suffix);
</synopsis>
</refsynopsisdiv>









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

<refsect1 id="gtkextra-GtkPlotBubble.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="gtk-plot-bubble-new" role="function">
<title>gtk_plot_bubble_new ()</title>
<indexterm zone="gtk-plot-bubble-new"><primary sortas="gtk_plot_bubble_new">gtk_plot_bubble_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_plot_bubble_new                 (void);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-show-scale" role="function">
<title>gtk_plot_bubble_show_scale ()</title>
<indexterm zone="gtk-plot-bubble-show-scale"><primary sortas="gtk_plot_bubble_show_scale">gtk_plot_bubble_show_scale</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_show_scale          (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gboolean">gboolean</link> show);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>show</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-scale-max" role="function">
<title>gtk_plot_bubble_set_scale_max ()</title>
<indexterm zone="gtk-plot-bubble-set-scale-max"><primary sortas="gtk_plot_bubble_set_scale_max">gtk_plot_bubble_set_scale_max</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_scale_max       (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gdouble">gdouble</link> scale_max);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>scale_max</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-size-max" role="function">
<title>gtk_plot_bubble_set_size_max ()</title>
<indexterm zone="gtk-plot-bubble-set-size-max"><primary sortas="gtk_plot_bubble_set_size_max">gtk_plot_bubble_set_size_max</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_size_max        (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="guint">guint</link> size_max);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>size_max</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-labels-precision" role="function">
<title>gtk_plot_bubble_set_labels_precision ()</title>
<indexterm zone="gtk-plot-bubble-set-labels-precision"><primary sortas="gtk_plot_bubble_set_labels_precision">gtk_plot_bubble_set_labels_precision</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_labels_precision
                                                        (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="gint">gint</link> precision);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>precision</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-labels-style" role="function">
<title>gtk_plot_bubble_set_labels_style ()</title>
<indexterm zone="gtk-plot-bubble-set-labels-style"><primary sortas="gtk_plot_bubble_set_labels_style">gtk_plot_bubble_set_labels_style</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_labels_style    (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         <link linkend="GtkPlotLabelStyle">GtkPlotLabelStyle</link> style);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>style</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-labels-prefix" role="function">
<title>gtk_plot_bubble_set_labels_prefix ()</title>
<indexterm zone="gtk-plot-bubble-set-labels-prefix"><primary sortas="gtk_plot_bubble_set_labels_prefix">gtk_plot_bubble_set_labels_prefix</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_labels_prefix   (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         const <link linkend="gchar">gchar</link> *prefix);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>prefix</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="gtk-plot-bubble-set-labels-suffix" role="function">
<title>gtk_plot_bubble_set_labels_suffix ()</title>
<indexterm zone="gtk-plot-bubble-set-labels-suffix"><primary sortas="gtk_plot_bubble_set_labels_suffix">gtk_plot_bubble_set_labels_suffix</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_plot_bubble_set_labels_suffix   (<link linkend="GtkPlotBubble">GtkPlotBubble</link> *bubble,
                                                         const <link linkend="gchar">gchar</link> *suffix);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>bubble</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>suffix</parameter>&#160;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>