AgsScrolledAutomationEditBox

AgsScrolledAutomationEditBox — scrolled automation_edit box widget

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsScrolledAutomationEditBox

Includes

#include <ags/widget/ags_scrolled_automation_edit_box.h>

Description

The AgsScrolledAutomationEditBox lets you to have a scrolled automation_edit box widget.

Functions

ags_scrolled_automation_edit_box_get_scrolled_window ()

GtkScrolledWindow *
ags_scrolled_automation_edit_box_get_scrolled_window
                               (AgsScrolledAutomationEditBox *scrolled_automation_edit_box);

Get scrolled window of scrolled_automation_edit_box .

Parameters

scrolled_automation_edit_box

the AgsScrolledAutomationEdit_Box

 

Returns

the GtkScrolledWindow.

[transfer none]

Since: 4.0.0


ags_scrolled_automation_edit_box_get_automation_edit_box ()

AgsAutomationEditBox *
ags_scrolled_automation_edit_box_get_automation_edit_box
                               (AgsScrolledAutomationEditBox *scrolled_automation_edit_box);

Get automation_edit box of scrolled_automation_edit_box .

Parameters

scrolled_automation_edit_box

the AgsScrolledAutomationEdit_Box

 

Returns

the AgsAutomationEditBox.

[transfer none]

Since: 4.0.0


ags_scrolled_automation_edit_box_new ()

AgsScrolledAutomationEditBox *
ags_scrolled_automation_edit_box_new ();

Create a new AgsScrolledAutomationEditBox.

Since: 3.0.0