AgsVAutomationEditBox

AgsVAutomationEditBox — vertical box widget

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsAutomationEditBox
                        ╰── AgsVAutomationEditBox

Implemented Interfaces

AgsVAutomationEditBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <ags/widget/ags_vautomation_edit_box.h>

Description

The AgsVAutomationEditBox is an horizontal box widget containing AgsAutomationEdit.

Functions

ags_vautomation_edit_box_new ()

AgsVAutomationEditBox *
ags_vautomation_edit_box_new ();

Create a new instance of AgsVAutomationEditBox.

Returns

the new AgsVAutomationEditBox instance

Since: 3.0.0


AGS_IS_VAUTOMATION_EDIT_BOX()

#define AGS_IS_VAUTOMATION_EDIT_BOX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VAUTOMATION_EDIT_BOX))

AGS_IS_VAUTOMATION_EDIT_BOX_CLASS()

#define AGS_IS_VAUTOMATION_EDIT_BOX_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VAUTOMATION_EDIT_BOX))

AGS_VAUTOMATION_EDIT_BOX()

#define AGS_VAUTOMATION_EDIT_BOX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VAUTOMATION_EDIT_BOX, AgsVAutomationEditBox))

AGS_VAUTOMATION_EDIT_BOX_CLASS()

#define AGS_VAUTOMATION_EDIT_BOX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VAUTOMATION_EDIT_BOX, AgsVAutomationEditBoxClass))

AGS_VAUTOMATION_EDIT_BOX_GET_CLASS()

#define AGS_VAUTOMATION_EDIT_BOX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_VAUTOMATION_EDIT_BOX, AgsVAutomationEditBoxClass))

ags_vautomation_edit_box_get_type ()

GType
ags_vautomation_edit_box_get_type (void);

Types and Values

AGS_TYPE_VAUTOMATION_EDIT_BOX

#define AGS_TYPE_VAUTOMATION_EDIT_BOX                (ags_vautomation_edit_box_get_type())

struct AgsVAutomationEditBox

struct AgsVAutomationEditBox;

struct AgsVAutomationEditBoxClass

struct AgsVAutomationEditBoxClass {
  AgsAutomationEditBoxClass automation_edit_box;
};