| Top |
| AgsMidiImportWizard * | ags_midi_import_wizard_new () |
| #define | AGS_IS_MIDI_IMPORT_WIZARD() |
| #define | AGS_MIDI_IMPORT_WIZARD() |
| #define | AGS_MIDI_IMPORT_WIZARD_CLASS() |
| #define | AGS_MIDI_IMPORT_WIZARD_GET_CLASS() |
| GType | ags_midi_import_wizard_get_type () |
| enum | AgsMidiImportWizardFlags |
| #define | AGS_TYPE_MIDI_IMPORT_WIZARD |
| struct | AgsMidiImportWizard |
| struct | AgsMidiImportWizardClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── GtkDialog
╰── AgsMidiImportWizard
AgsMidiImportWizard implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsMidiImportWizard * ags_midi_import_wizard_new ();
Creates an AgsMidiImportWizard
Since: 1.0.0
#define AGS_IS_MIDI_IMPORT_WIZARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MIDI_IMPORT_WIZARD))
#define AGS_MIDI_IMPORT_WIZARD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_IMPORT_WIZARD, AgsMidiImportWizard))
#define AGS_MIDI_IMPORT_WIZARD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_IMPORT_WIZARD, AgsMidiImportWizardClass))
#define AGS_MIDI_IMPORT_WIZARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_IMPORT_WIZARD, AgsMidiImportWizardClass))
“application-context” property “application-context” GObject *
The assigned AgsApplicationContext to give control of application.
Flags: Read / Write
Since: 1.0.0