AgsAutomationToolbar

AgsAutomationToolbar — edit tool

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkToolbar
                        ╰── AgsAutomationToolbar

Implemented Interfaces

AgsAutomationToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/editor/ags_note_edit.h>

Description

The AgsAutomationToolbar lets you choose edit tool.

Functions

ags_automation_toolbar_load_port ()

void
ags_automation_toolbar_load_port (AgsAutomationToolbar *automation_toolbar);

Fill in port field with available ports.

Parameters

automation_toolbar

an AgsAutomationToolbar

 

Since: 0.4.3


ags_automation_toolbar_apply_port ()

void
ags_automation_toolbar_apply_port (AgsAutomationToolbar *automation_toolbar,
                                   gchar *control_name);

Applies all port to appropriate AgsMachine.

Parameters

automation_toolbar

an AgsAutomationToolbar

 

control_name

the specifier as string

 

Since: 0.4.3


ags_automation_toolbar_new ()

AgsAutomationToolbar *
ags_automation_toolbar_new ();

Create a new AgsAutomationToolbar.

Returns

a new AgsAutomationToolbar

Since: 0.4.3

Types and Values

AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL

#define AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL "ags-channel\0"


AGS_AUTOMATION_TOOLBAR_DATA_PORT

#define AGS_AUTOMATION_TOOLBAR_DATA_PORT "ags-port\0"


enum AgsAutomationToolbarFlags

Members

AGS_AUTOMATION_TOOLBAR_RESET_PORT