GtkDataboxGrid

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

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── GtkDataboxGraph
        ╰── GtkDataboxGrid

Includes

#include <gtkdatabox_grid.h>

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.

Functions

Types and Values

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

Number of horizontal lines.

Flags: Read / Write

Default value: 0


The “grid-vlines” property

  “grid-vlines”              gint

Number of vertical lines.

Flags: Read / Write

Default value: 0

See Also

GtkDatabox, GtkDataboxGraph, GtkDataboxPoints, GtkDataboxLines, GtkDataboxBars, GtkDataboxMarkers