GtkDatabox
A set of GTK+ widgets to display large amounts of numerical data quickly and easily.
|
#include <gtkdatabox_lines.h>
Data Structures | |
struct | _GtkDataboxLinesPrivate |
Functions | |
GType | gtk_databox_lines_get_type (void) |
GtkDataboxGraph * | gtk_databox_lines_new (guint len, gfloat *X, gfloat *Y, GdkColor *color, guint size) |
GType gtk_databox_lines_get_type | ( | void | ) |
GtkDataboxGraph* gtk_databox_lines_new | ( | guint | len, |
gfloat * | X, | ||
gfloat * | Y, | ||
GdkColor * | color, | ||
guint | size | ||
) |
gtk_databox_lines_new: : length of and : array of horizontal position values of markers : array of vertical position values of markers : color of the markers : marker size or line width (depending on the )
Creates a new GtkDataboxLines object which can be added to a GtkDatabox widget.
Return value: A new GtkDataboxLines object