krähemann.com

AgsWaveToolbar

AgsWaveToolbar — wave toolbar

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkToolbar
                    ╰── AgsWaveToolbar

Implemented Interfaces

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

Includes

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

Description

The AgsWaveToolbar lets you choose edit tool.

Functions

ags_wave_toolbar_tool_popup_new ()

GtkMenu *
ags_wave_toolbar_tool_popup_new (AgsWaveToolbar *wave_toolbar);

Create a new GtkMenu suitable for menu tool button.

Parameters

wave_toolbar

the AgsWaveToolbar

 

Returns

a new GtkMenu

Since: 3.0.0


ags_wave_toolbar_new ()

AgsWaveToolbar *
ags_wave_toolbar_new ();

Create a new AgsWaveToolbar.

Returns

a new AgsWaveToolbar

Since: 3.0.0


AGS_IS_WAVE_TOOLBAR()

#define AGS_IS_WAVE_TOOLBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_WAVE_TOOLBAR))

AGS_WAVE_TOOLBAR()

#define AGS_WAVE_TOOLBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WAVE_TOOLBAR, AgsWaveToolbar))

AGS_WAVE_TOOLBAR_CLASS()

#define AGS_WAVE_TOOLBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WAVE_TOOLBAR, AgsWaveToolbarClass))

AGS_WAVE_TOOLBAR_GET_CLASS()

#define AGS_WAVE_TOOLBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_WAVE_TOOLBAR, AgsWaveToolbarClass))

ags_wave_toolbar_get_type ()

GType
ags_wave_toolbar_get_type (void);

Types and Values

enum AgsWaveToolbarFlags

Members

AGS_WAVE_TOOLBAR_CONNECTED

   

AGS_TYPE_WAVE_TOOLBAR

#define AGS_TYPE_WAVE_TOOLBAR                (ags_wave_toolbar_get_type())

struct AgsWaveToolbar

struct AgsWaveToolbar;

struct AgsWaveToolbarClass

struct AgsWaveToolbarClass {
  GtkToolbarClass toolbar;
};