Top | ![]() |
![]() |
![]() |
![]() |
AgsPadEditorAgsPadEditor — A composite widget to edit AgsChannel |
void | ags_pad_editor_set_channel () |
AgsPadEditor * | ags_pad_editor_new () |
#define | AGS_IS_PAD_EDITOR() |
#define | AGS_PAD_EDITOR() |
#define | AGS_PAD_EDITOR_CLASS() |
#define | AGS_PAD_EDITOR_GET_CLASS() |
GType | ags_pad_editor_get_type () |
#define | AGS_PAD_EDITOR_DEFAULT_VERSION |
#define | AGS_PAD_EDITOR_DEFAULT_BUILD_ID |
enum | AgsPadEditorFlags |
#define | AGS_TYPE_PAD_EDITOR |
struct | AgsPadEditor |
struct | AgsPadEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPadEditor
AgsPadEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsPadEditor is a composite widget to edit AgsChannel. It should be packed by an AgsPadEditor.
void ags_pad_editor_set_channel (AgsPadEditor *pad_editor
,AgsChannel *channel
);
Is called as channel gets modified.
Since: 2.0.0
AgsPadEditor *
ags_pad_editor_new (AgsChannel *channel
);
Create a new instance of AgsPadEditor
Since: 2.0.0
#define AGS_IS_PAD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PAD_EDITOR))
#define AGS_PAD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PAD_EDITOR, AgsPadEditor))
#define AGS_PAD_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))
#define AGS_PAD_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))
“channel”
property“channel” AgsChannel *
The channel which this pad editor is assigned with.
Flags: Read / Write