AgsPropertyListingEditor

AgsPropertyListingEditor — Pack child widgets using GtkVBox

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsPropertyEditor
                            ╰── AgsPropertyListingEditor
                                ├── AgsInputListingEditor
                                ├── AgsListingEditor
                                ╰── AgsOutputListingEditor

Implemented Interfaces

AgsPropertyListingEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/ags_property_listing_editor.h>

Description

AgsPropertyListingEditor is a composite widget to pack using a GtkVBox.

Functions

ags_property_listing_editor_new ()

AgsPropertyListingEditor *
ags_property_listing_editor_new ();

Create a new instance of AgsPropertyListingEditor

Returns

the new AgsPropertyListingEditor

Since: 3.0.0


AGS_IS_PROPERTY_LISTING_EDITOR()

#define AGS_IS_PROPERTY_LISTING_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR))

AGS_PROPERTY_LISTING_EDITOR()

#define AGS_PROPERTY_LISTING_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditor))

AGS_PROPERTY_LISTING_EDITOR_CLASS()

#define AGS_PROPERTY_LISTING_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))

AGS_PROPERTY_LISTING_EDITOR_GET_CLASS()

#define AGS_PROPERTY_LISTING_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))

ags_property_listing_editor_get_type ()

GType
ags_property_listing_editor_get_type ();

Types and Values

AGS_TYPE_PROPERTY_LISTING_EDITOR

#define AGS_TYPE_PROPERTY_LISTING_EDITOR                (ags_property_listing_editor_get_type())

struct AgsPropertyListingEditor

struct AgsPropertyListingEditor;

struct AgsPropertyListingEditorClass

struct AgsPropertyListingEditorClass {
  AgsPropertyEditorClass property_editor;
};