| 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 () |
| #define | AGS_AUTOMATION_EDIT_BOX() |
| #define | AGS_AUTOMATION_EDIT_BOX_CLASS() |
| #define | AGS_AUTOMATION_EDIT_BOX_GET_CLASS() |
| #define | AGS_IS_AUTOMATION_EDIT_BOX() |
| #define | AGS_IS_AUTOMATION_EDIT_BOX_CLASS() |
| GType | ags_automation_edit_box_get_type () |
| #define | AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT |
| #define | AGS_AUTOMATION_EDIT_BOX_DEFAULT_SPACING |
| #define | AGS_TYPE_AUTOMATION_EDIT_BOX |
| struct | AgsAutomationEditBox |
| struct | AgsAutomationEditBoxClass |
AgsAutomationEditBox implements GtkAccessible, GtkBuildable, GtkConstraintTarget and GtkOrientable.
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.
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.
Since: 4.0.0
AgsAutomationEditBox *
ags_automation_edit_box_new (GtkOrientation orientation);
Create a new instance of AgsAutomationEditBox.
Since: 3.0.0
#define AGS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBox))
#define AGS_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
#define AGS_AUTOMATION_EDIT_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
#define AGS_IS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT_BOX))
#define AGS_IS_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_EDIT_BOX))
#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)
#define AGS_TYPE_AUTOMATION_EDIT_BOX (ags_automation_edit_box_get_type())
struct AgsAutomationEditBoxClass {
GtkBoxClass box;
void (*child_width_request)(AgsAutomationEditBox *automation_edit_box,
GtkWidget *automation_edit,
gint width_request);
void (*child_height_request)(AgsAutomationEditBox *automation_edit_box,
GtkWidget *automation_edit,
gint height_request);
};
“child-height-request” signalvoid user_function (AgsAutomationEditBox *automation_edit_box, GObject *arg1, gint arg2, gpointer user_data)
The ::child-height-request
automation_edit_box |
the AgsAutomationEditBox. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 4.0.0
“child-width-request” signalvoid user_function (AgsAutomationEditBox *automation_edit_box, GObject *arg1, gint arg2, gpointer user_data)
The ::child-width-request
automation_edit_box |
the AgsAutomationEditBox. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 4.0.0