AgsScrolledAutomationEditBox

AgsScrolledAutomationEditBox — scrolled automation_edit box widget

Stability Level

Stable, unless otherwise indicated

Functions

Properties

guint margin-bottom Read / Write
guint margin-left Read / Write
guint margin-right Read / Write
guint margin-top Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsScrolledAutomationEditBox

Implemented Interfaces

AgsScrolledAutomationEditBox implements AtkImplementorIface and GtkBuildable.

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

AgsScrolledAutomationEditBox *
ags_scrolled_automation_edit_box_new ();

Create a new AgsScrolledAutomationEditBox.

Since: 3.0.0


AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX()

#define AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX))

AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS()

#define AGS_IS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX))

AGS_SCROLLED_AUTOMATION_EDIT_BOX()

#define AGS_SCROLLED_AUTOMATION_EDIT_BOX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBox))

AGS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS()

#define AGS_SCROLLED_AUTOMATION_EDIT_BOX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBoxClass))

AGS_SCROLLED_AUTOMATION_EDIT_BOX_GET_CLASS()

#define AGS_SCROLLED_AUTOMATION_EDIT_BOX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX, AgsScrolledAutomationEditBoxClass))

ags_scrolled_automation_edit_box_get_type ()

GType
ags_scrolled_automation_edit_box_get_type
                               (void);

Types and Values

AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX

#define AGS_TYPE_SCROLLED_AUTOMATION_EDIT_BOX                (ags_scrolled_automation_edit_box_get_type())

struct AgsScrolledAutomationEditBox

struct AgsScrolledAutomationEditBox;

struct AgsScrolledAutomationEditBoxClass

struct AgsScrolledAutomationEditBoxClass {
  GtkBinClass bin;
};

Property Details

The “margin-bottom” property

  “margin-bottom”            guint

The margin bottom.

Owner: AgsScrolledAutomationEditBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-left” property

  “margin-left”              guint

The margin left.

Owner: AgsScrolledAutomationEditBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-right” property

  “margin-right”             guint

The margin right.

Owner: AgsScrolledAutomationEditBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-top” property

  “margin-top”               guint

The margin top.

Owner: AgsScrolledAutomationEditBox

Flags: Read / Write

Default value: 0

Since: 3.0.0