GwySelectionGraphPoint

GwySelectionGraphPoint — Point-wise graph selection

Synopsis

#include <libgwydgets/gwydgets.h>

struct              GwySelectionGraphPoint;
struct              GwySelectionGraphPointClass;
GwySelection *      gwy_selection_graph_point_new       (void);

Object Hierarchy

  GObject
   +----GwySelection
         +----GwySelectionGraphPoint

Implemented Interfaces

GwySelectionGraphPoint implements GwySerializable.

Description

GwySelectionGraphPoint is used to represent point-wise graph selections. Selection data consists of coordinate pairs (x, y).

Details

struct GwySelectionGraphPoint

struct GwySelectionGraphPoint;


struct GwySelectionGraphPointClass

struct GwySelectionGraphPointClass {
    GwySelectionClass parent_class;
};


gwy_selection_graph_point_new ()

GwySelection *      gwy_selection_graph_point_new       (void);

Creates a new point-wise graph selection.

Returns :

A new selection object.

Since 2.1