GtkDataboxGraph

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

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── GtkDataboxGraph
        ├── GtkDataboxXYCGraph
        ╰── GtkDataboxGrid

Includes

#include <gtkdatabox_graph.h>

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.

Functions

Types and Values

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

Members

Property Details

The “color” property

  “color”                    gpointer

Color of graph.

Flags: Read / Write


The “hide” property

  “hide”                     gboolean

Determine if graph is hidden or not.

Flags: Read / Write

Default value: FALSE


The “size” property

  “size”                     gint

Size of displayed items.

Flags: Read / Write

Default value: 0

See Also

GtkDatabox, GtkDataboxPoints, GtkDataboxLines, GtkDataboxBars, GtkDataboxGrid, GtkDataboxCrossSimple