GtkDatabox
A set of GTK+ widgets to display large amounts of numerical data quickly and easily.
gtk/gtkdatabox_lines.c File Reference
#include <gtkdatabox_lines.h>
Include dependency graph for gtkdatabox_lines.c:

Data Structures

struct  _GtkDataboxLinesPrivate

Functions

GType gtk_databox_lines_get_type (void)
GtkDataboxGraphgtk_databox_lines_new (guint len, gfloat *X, gfloat *Y, GdkColor *color, guint size)

Function Documentation

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines