GtkPlotBubble

GtkPlotBubble

Synopsis


#include <gtkextra.h>

GtkWidget*          gtk_plot_bubble_new                 (void);
void                gtk_plot_bubble_show_scale          (GtkPlotBubble *bubble,
                                                         gboolean show);
void                gtk_plot_bubble_set_scale_max       (GtkPlotBubble *bubble,
                                                         gdouble scale_max);
void                gtk_plot_bubble_set_size_max        (GtkPlotBubble *bubble,
                                                         guint size_max);
void                gtk_plot_bubble_set_labels_precision
                                                        (GtkPlotBubble *bubble,
                                                         gint precision);
void                gtk_plot_bubble_set_labels_style    (GtkPlotBubble *bubble,
                                                         GtkPlotLabelStyle style);
void                gtk_plot_bubble_set_labels_prefix   (GtkPlotBubble *bubble,
                                                         const gchar *prefix);
void                gtk_plot_bubble_set_labels_suffix   (GtkPlotBubble *bubble,
                                                         const gchar *suffix);

Description

Details

gtk_plot_bubble_new ()

GtkWidget*          gtk_plot_bubble_new                 (void);

Returns :


gtk_plot_bubble_show_scale ()

void                gtk_plot_bubble_show_scale          (GtkPlotBubble *bubble,
                                                         gboolean show);

bubble :

show :


gtk_plot_bubble_set_scale_max ()

void                gtk_plot_bubble_set_scale_max       (GtkPlotBubble *bubble,
                                                         gdouble scale_max);

bubble :

scale_max :


gtk_plot_bubble_set_size_max ()

void                gtk_plot_bubble_set_size_max        (GtkPlotBubble *bubble,
                                                         guint size_max);

bubble :

size_max :


gtk_plot_bubble_set_labels_precision ()

void                gtk_plot_bubble_set_labels_precision
                                                        (GtkPlotBubble *bubble,
                                                         gint precision);

bubble :

precision :


gtk_plot_bubble_set_labels_style ()

void                gtk_plot_bubble_set_labels_style    (GtkPlotBubble *bubble,
                                                         GtkPlotLabelStyle style);

bubble :

style :


gtk_plot_bubble_set_labels_prefix ()

void                gtk_plot_bubble_set_labels_prefix   (GtkPlotBubble *bubble,
                                                         const gchar *prefix);

bubble :

prefix :


gtk_plot_bubble_set_labels_suffix ()

void                gtk_plot_bubble_set_labels_suffix   (GtkPlotBubble *bubble,
                                                         const gchar *suffix);

bubble :

suffix :