Top | ![]() |
![]() |
![]() |
![]() |
AgsAutomationWindow * | ags_automation_window_new () |
#define | AGS_AUTOMATION_WINDOW() |
#define | AGS_AUTOMATION_WINDOW_CLASS() |
#define | AGS_AUTOMATION_WINDOW_GET_CLASS() |
#define | AGS_IS_AUTOMATION_WINDOW() |
GType | ags_automation_window_get_type () |
enum | AgsAutomationWindowFlags |
#define | AGS_TYPE_AUTOMATION_WINDOW |
struct | AgsAutomationWindow |
struct | AgsAutomationWindowClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AgsAutomationWindow
AgsAutomationWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.
AgsAutomationWindow *
ags_automation_window_new (GtkWidget *parent_window
);
Create a new instance of AgsAutomationWindow
Since: 2.0.0
#define AGS_AUTOMATION_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindow))
#define AGS_AUTOMATION_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))
#define AGS_AUTOMATION_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))
#define AGS_IS_AUTOMATION_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUTOMATION_WINDOW))
“soundcard”
property“soundcard” GObject *
The assigned AgsSoundcard acting as default sink.
Flags: Read / Write
Since: 2.0.0