Top | ![]() |
![]() |
![]() |
![]() |
void | ags_automation_toolbar_load_port () |
void | ags_automation_toolbar_apply_port () |
GtkMenu * | ags_automation_toolbar_tool_popup_new () |
AgsAutomationToolbar * | ags_automation_toolbar_new () |
#define | AGS_AUTOMATION_TOOLBAR() |
#define | AGS_AUTOMATION_TOOLBAR_CLASS() |
#define | AGS_AUTOMATION_TOOLBAR_GET_CLASS() |
#define | AGS_IS_AUTOMATION_TOOLBAR() |
GType | ags_automation_toolbar_get_type () |
#define | AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL |
#define | AGS_AUTOMATION_TOOLBAR_DATA_PORT |
enum | AgsAutomationToolbarFlags |
#define | AGS_TYPE_AUTOMATION_TOOLBAR |
struct | AgsAutomationToolbar |
struct | AgsAutomationToolbarClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkToolbar ╰── AgsAutomationToolbar
AgsAutomationToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell, GtkOrientable and AgsConnectable.
void
ags_automation_toolbar_load_port (AgsAutomationToolbar *automation_toolbar
);
Fill in port field with available ports.
Since: 2.0.0
void ags_automation_toolbar_apply_port (AgsAutomationToolbar *automation_toolbar
,GType channel_type
,gchar *control_name
);
Applies all port to appropriate AgsMachine.
Since: 2.0.0
GtkMenu *
ags_automation_toolbar_tool_popup_new (AgsAutomationToolbar *automation_toolbar
);
Create a new GtkMenu suitable for menu tool button.
Since: 2.0.0
AgsAutomationToolbar * ags_automation_toolbar_new ();
Create a new instance of AgsAutomationToolbar.
Since: 2.0.0
#define AGS_AUTOMATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbar))
#define AGS_AUTOMATION_TOOLBAR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
#define AGS_AUTOMATION_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
#define AGS_IS_AUTOMATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_TOOLBAR))