Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gtk_plot_flux_new () |
void | gtk_plot_flux_set_arrow () |
void | gtk_plot_flux_get_arrow () |
void | gtk_plot_flux_center () |
gboolean | gtk_plot_flux_is_centered () |
void | gtk_plot_flux_show_scale () |
void | gtk_plot_flux_set_scale_max () |
void | gtk_plot_flux_set_size_max () |
void | gtk_plot_flux_set_labels_precision () |
void | gtk_plot_flux_set_labels_style () |
void | gtk_plot_flux_set_labels_prefix () |
void | gtk_plot_flux_set_labels_suffix () |
gboolean | centered | Read / Write |
gint | labels-precision | Read / Write |
gchar * | labels-prefix | Read / Write |
gint | labels-style | Read / Write |
gchar * | labels-suffix | Read / Write |
gint | length | Read / Write |
gdouble | scale-max | Read / Write |
gboolean | show-scale | Read / Write |
gint | size-max | Read / Write |
gint | style | Read / Write |
gint | width | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkPlotData ╰── GtkPlotFlux
void gtk_plot_flux_set_arrow (GtkPlotFlux *flux
,gint arrow_length
,gint arrow_width
,GtkPlotSymbolStyle arrow_style
);
void gtk_plot_flux_get_arrow (GtkPlotFlux *flux
,gint *arrow_length
,gint *arrow_width
,GtkPlotSymbolStyle *arrow_style
);
void gtk_plot_flux_set_scale_max (GtkPlotFlux *flux
,gdouble scale_max
);
void gtk_plot_flux_set_labels_precision (GtkPlotFlux *flux
,gint precision
);
void gtk_plot_flux_set_labels_style (GtkPlotFlux *flux
,GtkPlotLabelStyle style
);
void gtk_plot_flux_set_labels_prefix (GtkPlotFlux *flux
,const gchar *prefix
);
void gtk_plot_flux_set_labels_suffix (GtkPlotFlux *flux
,const gchar *suffix
);
“labels-precision”
property“labels-precision” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“labels-style”
property“labels-style” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“scale-max”
property“scale-max” gdouble
Flags: Read / Write
Allowed values: >= 0
Default value: 0