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