![]() |
![]() |
![]() |
GtkExtra2 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#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);
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);
|
|
|