| Top |
| AgsPropertyListingEditor * | ags_property_listing_editor_new () |
| #define | AGS_IS_PROPERTY_LISTING_EDITOR() |
| #define | AGS_IS_PROPERTY_LISTING_EDITOR_CLASS() |
| #define | AGS_PROPERTY_LISTING_EDITOR() |
| #define | AGS_PROPERTY_LISTING_EDITOR_CLASS() |
| #define | AGS_PROPERTY_LISTING_EDITOR_GET_CLASS() |
| GType | ags_property_listing_editor_get_type () |
| #define | AGS_TYPE_PROPERTY_LISTING_EDITOR |
| struct | AgsPropertyListingEditor |
| struct | AgsPropertyListingEditorClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsPropertyEditor
╰── AgsPropertyListingEditor
├── AgsInputListingEditor
├── AgsListingEditor
╰── AgsOutputListingEditor
AgsPropertyListingEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsPropertyListingEditor * ags_property_listing_editor_new ();
Create a new instance of AgsPropertyListingEditor
Since: 2.0.0
#define AGS_IS_PROPERTY_LISTING_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR))
#define AGS_IS_PROPERTY_LISTING_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PROPERTY_LISTING_EDITOR))
#define AGS_PROPERTY_LISTING_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditor))
#define AGS_PROPERTY_LISTING_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))
#define AGS_PROPERTY_LISTING_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))