Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/task/ags_add_region_to_selection.h> struct AgsAddRegionToSelection; struct AgsAddRegionToSelectionClass; AgsAddRegionToSelection * ags_add_region_to_selection_new (AgsNotation *notation
,,
guint x0,
guint y0,
guint x1,
guint y1);
gboolean replace_current_selection
The AgsAddRegionToSelection task adds the specified AgsNote to selection of AgsNotation.
struct AgsAddRegionToSelection { AgsTask task; AgsNotation *notation; guint x0; guint y0; guint x1; guint y1; gboolean replace_current_selection; };
AgsAddRegionToSelection * ags_add_region_to_selection_new (AgsNotation *notation
,,
guint x0,
guint y0,
guint x1,
guint y1);
gboolean replace_current_selection
Creates an AgsAddRegionToSelection.
|
the AgsNotation providing the selection |
|
start x coordinate |
|
start y coordinate |
|
end x coordinate |
|
end y coordinate |
|
if TRUE |
Returns : |
an new AgsAddRegionToSelection. |
Since 0.4