Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_REMOVE_POINT_FROM_SELECTION |
struct | AgsRemovePointFromSelection |
struct | AgsRemovePointFromSelectionClass |
The AgsRemovePointFromSelection task removes the specified AgsNote from selection of AgsNotation.
AgsRemovePointFromSelection * ags_remove_point_from_selection_new (AgsNotation *notation
,guint x
,guint y
);
WARNING you should provide the “audio” property. Creates an AgsRemovePointFromSelection.
Since: 1.0.0
#define AGS_IS_REMOVE_POINT_FROM_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION))
#define AGS_REMOVE_POINT_FROM_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelection))
#define AGS_REMOVE_POINT_FROM_SELECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))
#define AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))
#define AGS_TYPE_REMOVE_POINT_FROM_SELECTION (ags_remove_point_from_selection_get_type())
“audio”
property“audio” AgsAudio *
The assigned AgsAudio
Owner: AgsRemovePointFromSelection
Flags: Read / Write
Since: 1.2.2
“notation”
property“notation” AgsNotation *
The assigned AgsNotation
Owner: AgsRemovePointFromSelection
Flags: Read / Write
Since: 1.0.0
“x”
property“x” guint
Note offset x.
Owner: AgsRemovePointFromSelection
Flags: Read / Write
Default value: 0
Since: 1.0.0
“y”
property“y” guint
Note offset y.
Owner: AgsRemovePointFromSelection
Flags: Read / Write
Default value: 0
Since: 1.0.0