GtkDataboxGrid

GtkDataboxGrid — A GtkDataboxGraph used for displaying a grid (like in an oscilloscope).

Synopsis

#include <gtkdatabox_grid.h>

                    GtkDataboxGridPrivate;
                    GtkDataboxGrid;

Object Hierarchy

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

Properties

  "grid-hlines"              gint                  : Read / Write
  "grid-vlines"              gint                  : Read / Write

Description

GtkDataboxGrid is a GtkDataboxGraph class for displaying a grid (like in an oscilloscope). You can determine the number of horizontal and vertical lines. When you zoom in, the grid is also zoomed along with the data.

Details

GtkDataboxGridPrivate

typedef struct _GtkDataboxGridPrivate GtkDataboxGridPrivate;

A private data structure used by the GtkDataboxGrid. It shields all internal things from developers who are just using the object.


GtkDataboxGrid

typedef struct _GtkDataboxGrid GtkDataboxGrid;

GtkDataboxGrid is a GtkDataboxGraph class for displaying a grid (like in an oscilloscope). You can determine the number of horizontal and vertical lines. When you zoom in, the grid is also zoomed along with the data.

Property Details

The "grid-hlines" property

  "grid-hlines"              gint                  : Read / Write

Number of horizontal lines.

Default value: 0


The "grid-vlines" property

  "grid-vlines"              gint                  : Read / Write

Number of vertical lines.

Default value: 0

See Also

GtkDatabox, GtkDataboxGraph, GtkDataboxPoints, GtkDataboxLines, GtkDataboxBars, GtkDataboxMarkers