GwySelectionGraph1DArea

GwySelectionGraph1DArea — Graph region selection

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GwySelection
        ╰── GwySelectionGraph1DArea

Implemented Interfaces

GwySelectionGraph1DArea implements GwySerializable.

Includes

#include <libgwydgets/gwydgets.h>

Description

GwySelectionGraph1DArea is used to represent horizontal or vertical graph region selections. Selection data consists of coordinate pairs (from, to).

GwySelectionGraph1DArea objects contain no orientation information, therefore they cannot be properly serialized and should not be used.

Functions

gwy_selection_graph_1darea_new ()

GwySelection *
gwy_selection_graph_1darea_new (void);

Creates a new 1darea-wise graph selection.

Returns

A new selection object.

Since: 2.1

Types and Values

struct GwySelectionGraph1DArea

struct GwySelectionGraph1DArea;


struct GwySelectionGraph1DAreaClass

struct GwySelectionGraph1DAreaClass {
    GwySelectionClass parent_class;
};