Top | ![]() |
![]() |
![]() |
![]() |
AgsPropertyEditor * | ags_property_editor_new () |
#define | AGS_IS_PROPERTY_EDITOR() |
#define | AGS_PROPERTY_EDITOR() |
#define | AGS_PROPERTY_EDITOR_CLASS() |
#define | AGS_PROPERTY_EDITOR_GET_CLASS() |
GType | ags_property_editor_get_type () |
enum | AgsPropertyEditorFlags |
#define | AGS_TYPE_PROPERTY_EDITOR |
struct | AgsPropertyEditor |
struct | AgsPropertyEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPropertyEditor ├── AgsPropertyListingEditor ╰── AgsPropertyCollectionEditor
AgsPropertyEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsPropertyEditor is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.
AgsPropertyEditor * ags_property_editor_new ();
Create a new instance of AgsPropertyEditor
Since: 2.0.0
#define AGS_IS_PROPERTY_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_EDITOR))
#define AGS_PROPERTY_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditor))
#define AGS_PROPERTY_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))
#define AGS_PROPERTY_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))