Top |
GList * | ags_automation_edit_box_get_automation_edit () |
void | ags_automation_edit_box_add_automation_edit () |
void | ags_automation_edit_box_remove_automation_edit () |
void | ags_automation_edit_box_child_width_request () |
void | ags_automation_edit_box_child_height_request () |
AgsAutomationEditBox * | ags_automation_edit_box_new () |
GList *
ags_automation_edit_box_get_automation_edit
(AgsAutomationEditBox *automation_edit_box
);
Get automation_edit.
Since: 4.0.0
void ags_automation_edit_box_add_automation_edit (AgsAutomationEditBox *automation_edit_box
,AgsAutomationEdit *automation_edit
);
Add automation_edit
to automation_edit_box
.
Since: 4.0.0
void ags_automation_edit_box_remove_automation_edit (AgsAutomationEditBox *automation_edit_box
,AgsAutomationEdit *automation_edit
);
Remove automation_edit at position
of automation_edit_box
.
Since: 4.0.0
void ags_automation_edit_box_child_width_request (AgsAutomationEditBox *automation_edit_box
,GtkWidget *automation_edit
,gint width_request
);
Notify about child automation_edit width request.
automation_edit_box |
the AgsAutomationEditBox |
|
automation_edit |
the AgsAutomationEdit |
|
width_request |
the automation_edit's width-request |
Since: 4.0.0
void ags_automation_edit_box_child_height_request (AgsAutomationEditBox *automation_edit_box
,GtkWidget *automation_edit
,gint height_request
);
Notify about child automation_edit height request.
automation_edit_box |
the AgsAutomationEditBox |
|
automation_edit |
the AgsAutomationEdit |
|
height_request |
the automation_edit's height-request |
Since: 4.0.0
AgsAutomationEditBox *
ags_automation_edit_box_new (GtkOrientation orientation
);
Create a new instance of AgsAutomationEditBox.
Since: 3.0.0