![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <gtkextra.h> GtkPlotFlux; GtkWidget* gtk_plot_flux_new (void); 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_center (GtkPlotFlux *flux, gboolean center); gboolean gtk_plot_flux_is_centered (GtkPlotFlux *flux); void gtk_plot_flux_show_scale (GtkPlotFlux *flux, gboolean show); void gtk_plot_flux_set_scale_max (GtkPlotFlux *flux, gdouble scale_max); void gtk_plot_flux_set_size_max (GtkPlotFlux *flux, guint size_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);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkPlotData +----GtkPlotFlux
"centered" gboolean : Read / Write "labels-precision" gint : Read / Write "labels-prefix" gchar* : Read / Write "labels-style" gint : Read / Write "labels-suffix" gchar* : Read / Write "length" gint : Read / Write "scale-max" gdouble : Read / Write "show-scale" gboolean : Read / Write "size-max" gint : Read / Write "style" gint : Read / Write "width" gint : Read / Write
typedef struct _GtkPlotFlux GtkPlotFlux;
The GtkPlotFlux struct contains only private data. It should only be accessed through the functions described below.
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_center (GtkPlotFlux *flux, gboolean center);
|
|
|
gboolean gtk_plot_flux_is_centered (GtkPlotFlux *flux);
|
|
Returns : |
void gtk_plot_flux_show_scale (GtkPlotFlux *flux, gboolean show);
|
|
|
void gtk_plot_flux_set_scale_max (GtkPlotFlux *flux, gdouble scale_max);
|
|
|
void gtk_plot_flux_set_size_max (GtkPlotFlux *flux, guint size_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);
|
|
|