Top | ![]() |
![]() |
![]() |
![]() |
AgsMidiExportWizard * | ags_midi_export_wizard_new () |
#define | AGS_IS_MIDI_EXPORT_WIZARD() |
#define | AGS_MIDI_EXPORT_WIZARD() |
#define | AGS_MIDI_EXPORT_WIZARD_CLASS() |
#define | AGS_MIDI_EXPORT_WIZARD_GET_CLASS() |
GType | ags_midi_export_wizard_get_type () |
#define | AGS_MIDI_EXPORT_WIZARD_DEFAULT_FILENAME |
#define | AGS_MIDI_EXPORT_WIZARD_DEFAULT_TIMES |
#define | AGS_MIDI_EXPORT_WIZARD_DEFAULT_CLICKS |
#define | AGS_MIDI_EXPORT_WIZARD_DEFAULT_DIVISION |
#define | AGS_MIDI_EXPORT_WIZARD_DEFAULT_PULSE_UNIT |
enum | AgsMidiExportWizardFlags |
#define | AGS_TYPE_MIDI_EXPORT_WIZARD |
struct | AgsMidiExportWizard |
struct | AgsMidiExportWizardClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── AgsMidiExportWizard
AgsMidiExportWizard implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsMidiExportWizard *
ags_midi_export_wizard_new (GtkWidget *main_window
);
Create a new instance of AgsMidiExportWizard
Since: 2.0.0
#define AGS_IS_MIDI_EXPORT_WIZARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MIDI_EXPORT_WIZARD))
#define AGS_MIDI_EXPORT_WIZARD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizard))
#define AGS_MIDI_EXPORT_WIZARD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizardClass))
#define AGS_MIDI_EXPORT_WIZARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_EXPORT_WIZARD, AgsMidiExportWizardClass))
#define AGS_MIDI_EXPORT_WIZARD_DEFAULT_PULSE_UNIT (480.0 / 16.0)
“application-context”
property“application-context” GObject *
The assigned AgsApplicationContext to give control of application.
Flags: Read / Write
Since: 2.0.0