GtkDataboxGraph

GtkDataboxGraph — An abstract anchestor for all "real" graphs.

Synopsis

#include <gtkdatabox_graph.h>

                    GtkDataboxGraphPrivate;
                    GtkDataboxGraph;

Object Hierarchy

  GObject
   +----GtkDataboxGraph
         +----GtkDataboxXYCGraph
         +----GtkDataboxGrid

Properties

  "color"                    gpointer              : Read / Write
  "hide"                     gboolean              : Read / Write
  "size"                     gint                  : Read / Write

Description

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.

Details

GtkDataboxGraphPrivate

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.


GtkDataboxGraph

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

Property Details

The "color" property

  "color"                    gpointer              : Read / Write

Color of graph.


The "hide" property

  "hide"                     gboolean              : Read / Write

Determine if graph is hidden or not.

Default value: FALSE


The "size" property

  "size"                     gint                  : Read / Write

Size of displayed items.

Default value: 0

See Also

GtkDatabox, GtkDataboxPoints, GtkDataboxLines, GtkDataboxBars, GtkDataboxGrid, GtkDataboxCrossSimple