AgsRemoveRegionFromSelection

AgsRemoveRegionFromSelection

Synopsis

struct              AgsRemoveRegionFromSelection;
struct              AgsRemoveRegionFromSelectionClass;
AgsRemoveRegionFromSelection * ags_remove_region_from_selection_new
                                                        (AgsNotation *notation,
                                                         guint x0,
                                                         guint y0,
                                                         guint x1,
                                                         guint y1);

Description

Details

struct AgsRemoveRegionFromSelection

struct AgsRemoveRegionFromSelection {
  AgsTask task;

  AgsNotation *notation;

  guint x0;
  guint y0;
  guint x1;
  guint y1;
};

struct AgsRemoveRegionFromSelectionClass

struct AgsRemoveRegionFromSelectionClass {
  AgsTaskClass task;
};

ags_remove_region_from_selection_new ()

AgsRemoveRegionFromSelection * ags_remove_region_from_selection_new
                                                        (AgsNotation *notation,
                                                         guint x0,
                                                         guint y0,
                                                         guint x1,
                                                         guint y1);