| Top |  |  |  |  | 
Functions
| 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() | 
| #define | AGS_IS_AUTOMATION_WINDOW_CLASS() | 
|  | ags_automation_window_get_type () | 
Types and Values
| enum | AgsAutomationWindowFlags | 
| #define | AGS_TYPE_AUTOMATION_WINDOW | 
| struct | AgsAutomationWindow | 
| struct | AgsAutomationWindowClass | 
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkContainer ╰──GtkBin ╰──GtkWindow ╰── AgsAutomationWindow
Implemented Interfaces
AgsAutomationWindow implements
 
Functions
ags_automation_window_new ()
AgsAutomationWindow *
ags_automation_window_new (GtkWidget  *parent_window
Create a new instance of AgsAutomationWindow
Since: 
AGS_AUTOMATION_WINDOW()
#define AGS_AUTOMATION_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindow))
AGS_AUTOMATION_WINDOW_CLASS()
#define AGS_AUTOMATION_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))
AGS_AUTOMATION_WINDOW_GET_CLASS()
#define AGS_AUTOMATION_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUTOMATION_WINDOW, AgsAutomationWindowClass))
AGS_IS_AUTOMATION_WINDOW()
#define AGS_IS_AUTOMATION_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUTOMATION_WINDOW))
AGS_IS_AUTOMATION_WINDOW_CLASS()
#define AGS_IS_AUTOMATION_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUTOMATION_WINDOW))