Top | ![]() |
![]() |
![]() |
![]() |
void | ags_midi_dialog_load_sequencers () |
AgsMidiDialog * | ags_midi_dialog_new () |
#define | AGS_IS_MIDI_DIALOG() |
#define | AGS_MIDI_DIALOG() |
#define | AGS_MIDI_DIALOG_CLASS() |
#define | AGS_MIDI_DIALOG_GET_CLASS() |
GType | ags_midi_dialog_get_type () |
#define | AGS_MIDI_DIALOG_DEFAULT_VERSION |
#define | AGS_MIDI_DIALOG_DEFAULT_BUILD_ID |
enum | AgsMidiDialogFlags |
#define | AGS_TYPE_MIDI_DIALOG |
struct | AgsMidiDialog |
struct | AgsMidiDialogClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── AgsMidiDialog
AgsMidiDialog implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
void
ags_midi_dialog_load_sequencers (AgsMidiDialog *midi_dialog
);
AgsMidiDialog *
ags_midi_dialog_new (AgsMachine *machine
);
Creates an AgsMidiDialog
Since: 2.0.0
#define AGS_IS_MIDI_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIDI_DIALOG))
#define AGS_MIDI_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_DIALOG, AgsMidiDialog))
#define AGS_MIDI_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_DIALOG, AgsMidiDialogClass))
#define AGS_MIDI_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_DIALOG, AgsMidiDialogClass))
“machine”
property“machine” AgsMachine *
The machine which this machine editor is assigned with.
Flags: Read / Write