Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_automation_edit_box_get_automation_edit () |
|
ags_automation_edit_box_add_automation_edit () |
|
ags_automation_edit_box_remove_automation_edit () |
|
ags_automation_edit_box_child_width_request () |
|
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() |
|
ags_automation_edit_box_get_type () |
Types and Values
#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 |
Implemented Interfaces
AgsAutomationEditBox implements
Functions
ags_automation_edit_box_get_automation_edit ()
GList * ags_automation_edit_box_get_automation_edit (AgsAutomationEditBox *automation_edit_box
);
Get automation_edit.
Since:
ags_automation_edit_box_add_automation_edit ()
void ags_automation_edit_box_add_automation_edit (AgsAutomationEditBox *automation_edit_box
,AgsAutomationEdit *automation_edit
);
Add automation_edit
to automation_edit_box
.
Since:
ags_automation_edit_box_remove_automation_edit ()
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:
ags_automation_edit_box_child_width_request ()
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:
ags_automation_edit_box_child_height_request ()
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:
ags_automation_edit_box_new ()
AgsAutomationEditBox *
ags_automation_edit_box_new (GtkOrientation orientation
);
Create a new instance of AgsAutomationEditBox.
Since:
AGS_AUTOMATION_EDIT_BOX()
#define AGS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBox))
AGS_AUTOMATION_EDIT_BOX_CLASS()
#define AGS_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
AGS_AUTOMATION_EDIT_BOX_GET_CLASS()
#define AGS_AUTOMATION_EDIT_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
AGS_IS_AUTOMATION_EDIT_BOX()
#define AGS_IS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT_BOX))
AGS_IS_AUTOMATION_EDIT_BOX_CLASS()
#define AGS_IS_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_EDIT_BOX))
Types and Values
AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT
#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)
AGS_TYPE_AUTOMATION_EDIT_BOX
#define AGS_TYPE_AUTOMATION_EDIT_BOX (ags_automation_edit_box_get_type())
struct AgsAutomationEditBoxClass
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); };
Signal Details
The “child-height-request”
signal
void user_function (AgsAutomationEditBox *automation_edit_box,GObject *arg1,int arg2,gpointer user_data)
The ::child-height-request
Parameters
automation_edit_box |
the AgsAutomationEditBox. |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “child-width-request”
signal
void user_function (AgsAutomationEditBox *automation_edit_box,GObject *arg1,int arg2,gpointer user_data)
The ::child-width-request
Parameters
automation_edit_box |
the AgsAutomationEditBox. |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since: