AgsAutomationEditBox

AgsAutomationEditBox — abstract box widget

Functions

Properties

guint fixed-edit-height Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsAutomationEditBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <ags/widget/ags_automation_edit_box.h>

Description

The AgsAutomationEditBox is an abstract box widget containing AgsAutomationEdit.

Functions

ags_automation_edit_box_new ()

AgsAutomationEditBox *
ags_automation_edit_box_new ();

Create a new instance of AgsAutomationEditBox.

Returns

the new AgsAutomationEditBox instance

Since: 3.0.0


AGS_AUTOMATION_EDIT_BOX()

#define AGS_AUTOMATION_EDIT_BOX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBox))

AGS_AUTOMATION_EDIT_BOX_CLASS()

#define AGS_AUTOMATION_EDIT_BOX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))

AGS_AUTOMATION_EDIT_BOX_GET_CLASS()

#define AGS_AUTOMATION_EDIT_BOX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))

AGS_IS_AUTOMATION_EDIT_BOX()

#define AGS_IS_AUTOMATION_EDIT_BOX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT_BOX))

ags_automation_edit_box_get_type ()

GType
ags_automation_edit_box_get_type (void);

Types and Values

AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT

#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)

enum AgsAutomationEditBoxFlags

Members

AGS_AUTOMATION_EDIT_BOX_FIXED_EDIT_SIZE

   

AGS_TYPE_AUTOMATION_EDIT_BOX

#define AGS_TYPE_AUTOMATION_EDIT_BOX                (ags_automation_edit_box_get_type())

struct AgsAutomationEditBox

struct AgsAutomationEditBox;

struct AgsAutomationEditBoxClass

struct AgsAutomationEditBoxClass {
  GtkBoxClass box;
};

Property Details

The “fixed-edit-height” property

  “fixed-edit-height”        guint

The fixed height of a edit.

Owner: AgsAutomationEditBox

Flags: Read / Write

Default value: 128

Since: 3.0.0