AgsRemovePointFromSelection

AgsRemovePointFromSelection

Synopsis

struct              AgsRemovePointFromSelection;
struct              AgsRemovePointFromSelectionClass;
AgsRemovePointFromSelection * ags_remove_point_from_selection_new
                                                        (AgsNotation *notation,
                                                         guint x,
                                                         guint y);

Description

Details

struct AgsRemovePointFromSelection

struct AgsRemovePointFromSelection {
  AgsTask task;

  AgsNotation *notation;

  guint x;
  guint y;
};

struct AgsRemovePointFromSelectionClass

struct AgsRemovePointFromSelectionClass {
  AgsTaskClass task;
};

ags_remove_point_from_selection_new ()

AgsRemovePointFromSelection * ags_remove_point_from_selection_new
                                                        (AgsNotation *notation,
                                                         guint x,
                                                         guint y);