AgsAutomationToolbar

AgsAutomationToolbar — automation toolbar

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_automation_toolbar.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: 2.0.0


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

an AgsAutomationToolbar

 

channel_type

the GType of channel

 

control_name

the specifier as string

 

port

the AgsPort

 

Since: 2.0.0


ags_automation_toolbar_tool_popup_new ()

GtkMenu *
ags_automation_toolbar_tool_popup_new (AgsAutomationToolbar *automation_toolbar);

Create a new GtkMenu suitable for menu tool button.

Returns

a new GtkMenu

Since: 2.0.0


ags_automation_toolbar_new ()

AgsAutomationToolbar *
ags_automation_toolbar_new ();

Create a new instance of AgsAutomationToolbar.

Returns

the new AgsAutomationToolbar

Since: 2.0.0


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_automation_toolbar_get_type ()

GType
ags_automation_toolbar_get_type (void);

Types and Values

AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL

#define AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL "ags-channel"

AGS_AUTOMATION_TOOLBAR_DATA_PORT

#define AGS_AUTOMATION_TOOLBAR_DATA_PORT "ags-port"

enum AgsAutomationToolbarFlags

Members

AGS_AUTOMATION_TOOLBAR_CONNECTED

   

AGS_AUTOMATION_TOOLBAR_RESET_PORT

   

AGS_TYPE_AUTOMATION_TOOLBAR

#define AGS_TYPE_AUTOMATION_TOOLBAR                (ags_automation_toolbar_get_type())

struct AgsAutomationToolbar

struct AgsAutomationToolbar;

struct AgsAutomationToolbarClass

struct AgsAutomationToolbarClass {
  GtkToolbarClass toolbar;
};