| GtkDatabox Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
GtkDataboxPointsGtkDataboxPoints — A GtkDataboxGraph used for displaying xy-values as dots. |
#include <gtkdatabox_points.h>
GtkDataboxPointsPrivate;
GtkDataboxPoints;
GtkDataboxGraph * gtk_databox_points_new (guint len,
gfloat *X,
gfloat *Y,
GdkColor *color,
gint size);
typedef struct _GtkDataboxPointsPrivate GtkDataboxPointsPrivate;
A private data structure used by the GtkDataboxPoints. It shields all internal things from developers who are just using the object.
typedef struct _GtkDataboxPoints GtkDataboxPoints;
GtkDataboxPoints is a GtkDataboxGraph class for displaying xy-values as dots.
GtkDataboxGraph * gtk_databox_points_new (guint len,gfloat *X,gfloat *Y,GdkColor *color,gint size);
Creates a new GtkDataboxPoints object which can be added to a GtkDatabox widget.
|
length of X and Y
|
|
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 type)
|
Returns : |
A new GtkDataboxPoints object |