GwySelectionGraphLine

GwySelectionGraphLine — Single coordinate graph selection

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GwySelection
        ╰── GwySelectionGraphLine

Implemented Interfaces

GwySelectionGraphLine implements GwySerializable.

Includes

#include <libgwydgets/gwydgets.h>

Description

GwySelectionGraphLine is used to represent signle coodinate (x or y) graph selections. Selection data consists of signle coordinates (x) or (y).

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

Functions

gwy_selection_graph_line_new ()

GwySelection *
gwy_selection_graph_line_new (void);

Creates a new line-wise graph selection.

Returns

A new selection object.

Since: 2.1

Types and Values

struct GwySelectionGraphLine

struct GwySelectionGraphLine;


struct GwySelectionGraphLineClass

struct GwySelectionGraphLineClass {
    GwySelectionClass parent_class;
};