Top | ![]() |
![]() |
![]() |
![]() |
Functions
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkGrid ╰── AgsScrolledAutomationEditBox
Implemented Interfaces
AgsScrolledAutomationEditBox implements
Description
The AgsScrolledAutomationEditBox lets you to have a scrolled automation_edit box widget.
Functions
ags_scrolled_automation_edit_box_get_scrolled_window ()
GtkScrolledWindow * ags_scrolled_automation_edit_box_get_scrolled_window (AgsScrolledAutomationEditBox *scrolled_automation_edit_box
);
Get scrolled window of scrolled_automation_edit_box
.
Since:
ags_scrolled_automation_edit_box_get_automation_edit_box ()
AgsAutomationEditBox *
ags_scrolled_automation_edit_box_get_automation_edit_box
(AgsScrolledAutomationEditBox *scrolled_automation_edit_box
);
Get automation_edit box of scrolled_automation_edit_box
.
Since:
ags_scrolled_automation_edit_box_new ()
AgsScrolledAutomationEditBox * ags_scrolled_automation_edit_box_new ();
Create a new AgsScrolledAutomationEditBox.
Since:
AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX()
#define AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX))
AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS()
#define AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX))
AGS_SCROLLED_AUTOMATION_EDIT_BOX()
#define AGS_SCROLLED_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBox))
AGS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS()
#define AGS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBoxClass))
AGS_SCROLLED_AUTOMATION_EDIT_BOX_GET_CLASS()
#define AGS_SCROLLED_AUTOMATION_EDIT_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBoxClass))