GwySelectionGraphLine — Single coordinate graph selection
#include <libgwydgets/gwydgets.h>
GwySelectionGraphLine;
GwySelectionGraphLineClass;
GwySelection* gwy_selection_graph_line_new (void);
GObject +----GwySelection +----GwySelectionGraphLine
GwySelectionGraphLine implements GwySerializable.
GwySelectionGraphLine is used to represent signle coodinate (x or y) graph selections. Selection data consists of signle coordinates (x) or (y).
GwySelectionGraphLine objects contain no orientation information, therefore they cannot be properly serialized and should not be used.
typedef struct _GwySelectionGraphLine GwySelectionGraphLine;
typedef struct {
GwySelectionClass parent_class;
} GwySelectionGraphLineClass;
GwySelection* gwy_selection_graph_line_new (void);
Creates a new line-wise graph selection.
Returns : |
A new selection object. |
Since 2.1