Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gtk_plot_bubble_new () |
void | gtk_plot_bubble_show_scale () |
void | gtk_plot_bubble_set_scale_max () |
void | gtk_plot_bubble_set_size_max () |
void | gtk_plot_bubble_set_labels_precision () |
void | gtk_plot_bubble_set_labels_style () |
void | gtk_plot_bubble_set_labels_prefix () |
void | gtk_plot_bubble_set_labels_suffix () |
gint | labels-precision | Read / Write |
gchar * | labels-prefix | Read / Write |
gint | labels-style | Read / Write |
gchar * | labels-suffix | Read / Write |
gdouble | scale-max | Read / Write |
gboolean | show-scale | Read / Write |
gint | size-max | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkPlotData ╰── GtkPlotBubble
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
);
“labels-precision”
property“labels-precision” gint
Labels Precision.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“labels-prefix”
property“labels-prefix” gchar *
Labels Prefix.
Flags: Read / Write
Default value: NULL
“labels-style”
property“labels-style” gint
Labels Style.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“labels-suffix”
property“labels-suffix” gchar *
Labels Suffix.
Flags: Read / Write
Default value: NULL
“scale-max”
property“scale-max” gdouble
Scale Max.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“show-scale”
property“show-scale” gboolean
Show scale in gradient legend.
Flags: Read / Write
Default value: FALSE
“size-max”
property“size-max” gint
Size Max.
Flags: Read / Write
Allowed values: >= 0
Default value: 0