GwySelectionGraphArea — Area-wise graph selection
GwySelection * | gwy_selection_graph_area_new () |
struct | GwySelectionGraphArea |
struct | GwySelectionGraphAreaClass |
GObject ╰── GwySelection ╰── GwySelectionGraphArea
GwySelectionGraphArea implements GwySerializable.
#include <libgwydgets/gwydgets.h>
GwySelectionGraphArea is used to represent area-wise graph selections. Selection data consists of coordinate quadruples (x0, y0, x1, y1).
GwySelection *
gwy_selection_graph_area_new (void
);
Creates a new area-wise graph selection.
A new selection object.
Since: 2.1
struct GwySelectionGraphArea;
struct GwySelectionGraphAreaClass { GwySelectionClass parent_class; };