Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_PROPERTY_COLLECTION_EDITOR |
struct | AgsPropertyCollectionEditor |
struct | AgsPropertyCollectionEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPropertyEditor ╰── AgsPropertyCollectionEditor
AgsPropertyCollectionEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsPropertyCollectionEditor is a composite widget to modify propertys in bulk mode. A property collection editor should be packed by a AgsMachineEditor.
AgsPropertyCollectionEditor * ags_property_collection_editor_new (GType child_type
,guint child_parameter_count
,GParameter *child_parameter
);
Creates an AgsPropertyCollectionEditor
child_type |
either |
|
child_parameter_count |
child parameter count |
|
child_parameter |
child parameter |
Since: 2.0.0
#define AGS_IS_PROPERTY_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR))
#define AGS_PROPERTY_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditor))
#define AGS_PROPERTY_COLLECTION_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))
#define AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))