GwySelectionGraphPoint — Point-wise graph selection
GwySelection * | gwy_selection_graph_point_new () |
struct | GwySelectionGraphPoint |
struct | GwySelectionGraphPointClass |
GObject ╰── GwySelection ╰── GwySelectionGraphPoint
GwySelectionGraphPoint implements GwySerializable.
#include <libgwydgets/gwydgets.h>
GwySelectionGraphPoint is used to represent point-wise graph selections. Selection data consists of coordinate pairs (x, y).
GwySelection *
gwy_selection_graph_point_new (void
);
Creates a new point-wise graph selection.
A new selection object.
Since: 2.1
struct GwySelectionGraphPoint;
struct GwySelectionGraphPointClass { GwySelectionClass parent_class; };