Top | ![]() |
![]() |
![]() |
![]() |
AgsPadEditorAgsPadEditor — A composite widget to edit AgsChannel |
#define | AGS_PAD_EDITOR_DEFAULT_VERSION |
#define | AGS_PAD_EDITOR_DEFAULT_BUILD_ID |
enum | AgsPadEditorFlags |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsPadEditor
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: 3.0.0
AgsPadEditor *
ags_pad_editor_new (AgsChannel *channel
);
Create a new instance of AgsPadEditor
Since: 3.0.0
“channel”
property“channel” AgsChannel *
The channel which this pad editor is assigned with.
Owner: AgsPadEditor
Flags: Read / Write