GwySelectionPoint

GwySelectionPoint — Point selection

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GwySelection
        ╰── GwySelectionPoint

Implemented Interfaces

GwySelectionPoint implements GwySerializable.

Includes

#include <libgwydgets/gwydgets.h>

Description

GwySelectionPoint represents points. Selection data consist of pairs of coordinates (x , y ).

Functions

gwy_selection_point_new()

GwySelection *
gwy_selection_point_new (void);

Creates a new point selection.

Returns

A new selection object.

Types and Values

struct GwySelectionPoint

struct GwySelectionPoint;

struct GwySelectionPointClass

struct GwySelectionPointClass {
    GwySelectionClass parent_class;
};