| Top |
Functions
|
|
ags_automation_toolbar_load_port () |
|
|
ags_automation_toolbar_apply_port () |
|
|
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() |
| #define | AGS_IS_AUTOMATION_TOOLBAR_CLASS() |
|
|
ags_automation_toolbar_get_type () |
Types and Values
| #define | AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL |
| #define | AGS_AUTOMATION_TOOLBAR_DATA_PORT |
| enum | AgsAutomationToolbarFlags |
| #define | AGS_TYPE_AUTOMATION_TOOLBAR |
| struct | AgsAutomationToolbar |
| struct | AgsAutomationToolbarClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkContainer ╰──GtkToolbar ╰── AgsAutomationToolbar
Implemented Interfaces
AgsAutomationToolbar implements
Functions
ags_automation_toolbar_load_port ()
void ags_automation_toolbar_load_port (AgsAutomationToolbar *automation_toolbar);
Fill in port field with available ports.
Since:
ags_automation_toolbar_apply_port ()
void ags_automation_toolbar_apply_port (AgsAutomationToolbar *automation_toolbar,,GType channel_type);gchar *control_name
Applies all port to appropriate AgsMachine.
Parameters
automation_toolbar |
||
channel_type |
the |
|
control_name |
the specifier as string |
Since:
ags_automation_toolbar_tool_popup_new ()
GtkMenu * ags_automation_toolbar_tool_popup_new (AgsAutomationToolbar *automation_toolbar);
Create a new
Since:
ags_automation_toolbar_new ()
AgsAutomationToolbar * ags_automation_toolbar_new ();
Create a new instance of AgsAutomationToolbar.
Since:
AGS_AUTOMATION_TOOLBAR()
#define AGS_AUTOMATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbar))
AGS_AUTOMATION_TOOLBAR_CLASS()
#define AGS_AUTOMATION_TOOLBAR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
AGS_AUTOMATION_TOOLBAR_GET_CLASS()
#define AGS_AUTOMATION_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
AGS_IS_AUTOMATION_TOOLBAR()
#define AGS_IS_AUTOMATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_TOOLBAR))
AGS_IS_AUTOMATION_TOOLBAR_CLASS()
#define AGS_IS_AUTOMATION_TOOLBAR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_TOOLBAR))