Top | ![]() |
![]() |
![]() |
![]() |
AgsAddPointToSelection * | ags_add_point_to_selection_new () |
#define | AGS_ADD_POINT_TO_SELECTION() |
#define | AGS_ADD_POINT_TO_SELECTION_CLASS() |
#define | AGS_ADD_POINT_TO_SELECTION_GET_CLASS() |
#define | AGS_IS_ADD_POINT_TO_SELECTION() |
#define | AGS_IS_ADD_POINT_TO_SELECTION_CLASS() |
GType | ags_add_point_to_selection_get_type () |
#define | AGS_TYPE_ADD_POINT_TO_SELECTION |
struct | AgsAddPointToSelection |
struct | AgsAddPointToSelectionClass |
AgsAddPointToSelection * ags_add_point_to_selection_new (AgsNotation *notation
,guint x
,guint y
,gboolean replace_current_selection
);
Creates an AgsAddPointToSelection.
notation |
the AgsNotation providing the selection |
|
x |
x coordinate |
|
y |
y coordinate |
|
replace_current_selection |
if |
Since: 0.4
#define AGS_ADD_POINT_TO_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelection))
#define AGS_ADD_POINT_TO_SELECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelectionClass))
#define AGS_ADD_POINT_TO_SELECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelectionClass))
#define AGS_IS_ADD_POINT_TO_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_POINT_TO_SELECTION))
#define AGS_IS_ADD_POINT_TO_SELECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_POINT_TO_SELECTION))