Top | ![]() |
![]() |
![]() |
![]() |
GtkDataboxGraphs can display data or other things in a GtkDatabox widget.
This class is just the basic interface. Other graph classes are derived from this class and implement some real things.
typedef struct _GtkDataboxGraphPrivate GtkDataboxGraphPrivate;
A private data structure used by the GtkDataboxGraph. It shields all internal things from developers who are just using the object.
typedef struct _GtkDataboxGraph GtkDataboxGraph;
The GtkDataboxGraph is the base class for all kinds of graphs (e.g. lines, points, decorations like coordinate crosses) to be shown in a GtkDatabox wiget.
Implemented by _GtkDataboxGraph