Top | ![]() |
![]() |
![]() |
![]() |
void | ags_export_window_reload_soundcard_editor () |
AgsExportWindow * | ags_export_window_new () |
#define | AGS_EXPORT_WINDOW() |
#define | AGS_EXPORT_WINDOW_CLASS() |
#define | AGS_EXPORT_WINDOW_GET_CLASS() |
#define | AGS_IS_EXPORT_WINDOW() |
GType | ags_export_window_get_type () |
enum | AgsExportWindowFlags |
#define | AGS_TYPE_EXPORT_WINDOW |
struct | AgsExportWindow |
struct | AgsExportWindowClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AgsExportWindow
AgsExportWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.
AgsExportWindow lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.
void
ags_export_window_reload_soundcard_editor
(AgsExportWindow *export_window
);
Reload soundcard editor.
Since: 2.0.0
AgsExportWindow * ags_export_window_new ();
Create a new instance of AgsExportWindow
Since: 2.0.0
#define AGS_EXPORT_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindow))
#define AGS_EXPORT_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
#define AGS_EXPORT_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
#define AGS_IS_EXPORT_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_WINDOW))
“application-context”
property“application-context” GObject *
The assigned AgsApplicationContext to give control of application.
Flags: Read / Write
Since: 2.0.0