AgsNotationToolbar

AgsNotationToolbar — notation_toolbar

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkToolbar
                    ╰── AgsNotationToolbar

Implemented Interfaces

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

Includes

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

Description

The AgsNotationToolbar lets you choose edit tool.

Functions

ags_notation_toolbar_tool_popup_new ()

GtkMenu *
ags_notation_toolbar_tool_popup_new (AgsNotationToolbar *notation_toolbar);

Create a new GtkMenu suitable for menu tool button.

Parameters

notation_toolbar

the AgsNotationToolbar

 

Returns

a new GtkMenu

Since: 3.0.0


ags_notation_toolbar_new ()

AgsNotationToolbar *
ags_notation_toolbar_new ();

Create a new AgsNotationToolbar.

Returns

a new AgsNotationToolbar

Since: 3.0.0


AGS_IS_NOTATION_TOOLBAR()

#define AGS_IS_NOTATION_TOOLBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NOTATION_TOOLBAR))

AGS_IS_NOTATION_TOOLBAR_CLASS()

#define AGS_IS_NOTATION_TOOLBAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_NOTATION_TOOLBAR))

AGS_NOTATION_TOOLBAR()

#define AGS_NOTATION_TOOLBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbar))

AGS_NOTATION_TOOLBAR_CLASS()

#define AGS_NOTATION_TOOLBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbarClass))

AGS_NOTATION_TOOLBAR_GET_CLASS()

#define AGS_NOTATION_TOOLBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbarClass))

ags_notation_toolbar_get_type ()

GType
ags_notation_toolbar_get_type (void);

Types and Values

enum AgsNotationToolbarFlags

Members

AGS_NOTATION_TOOLBAR_CONNECTED

   

AGS_TYPE_NOTATION_TOOLBAR

#define AGS_TYPE_NOTATION_TOOLBAR                (ags_notation_toolbar_get_type())

struct AgsNotationToolbar

struct AgsNotationToolbar;

struct AgsNotationToolbarClass

struct AgsNotationToolbarClass {
  GtkToolbarClass toolbar;
};