Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/X/ags_property_editor.h> struct AgsPropertyEditor; struct AgsPropertyEditorClass; enum AgsPropertyEditorFlags; AgsPropertyEditor * ags_property_editor_new ();
AgsPropertyEditor is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.
struct AgsPropertyEditor { GtkVBox vbox; guint flags; GtkCheckButton *enabled; };
struct AgsPropertyEditorClass { GtkVBoxClass vbox; void (*apply)(AgsPropertyEditor *property_editor); };
typedef enum { AGS_PROPERTY_EDITOR_ENABLED = 1, } AgsPropertyEditorFlags;
AgsPropertyEditor * ags_property_editor_new ();
Creates an AgsPropertyEditor
Returns : |
a new AgsPropertyEditor |
Since 0.3