GwySelectionGraph1DArea

GwySelectionGraph1DArea — Graph region selection

Synopsis

#include <libgwydgets/gwydgets.h>

struct              GwySelectionGraph1DArea;
struct              GwySelectionGraph1DAreaClass;
GwySelection *      gwy_selection_graph_1darea_new      (void);

Object Hierarchy

  GObject
   +----GwySelection
         +----GwySelectionGraph1DArea

Implemented Interfaces

GwySelectionGraph1DArea implements GwySerializable.

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.

Details

struct GwySelectionGraph1DArea

struct GwySelectionGraph1DArea;


struct GwySelectionGraph1DAreaClass

struct GwySelectionGraph1DAreaClass {
    GwySelectionClass parent_class;
};


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