| Top |
| AgsConnectionEditorDialog * | ags_connection_editor_dialog_new () |
| #define | AGS_CONNECTION_EDITOR_DIALOG() |
| #define | AGS_CONNECTION_EDITOR_DIALOG_CLASS() |
| #define | AGS_CONNECTION_EDITOR_DIALOG_GET_CLASS() |
| #define | AGS_IS_CONNECTION_EDITOR_DIALOG() |
| #define | AGS_IS_CONNECTION_EDITOR_DIALOG_CLASS() |
| GType | ags_connection_editor_dialog_get_type () |
| #define | AGS_TYPE_CONNECTION_EDITOR_DIALOG |
| struct | AgsConnectionEditorDialog |
| struct | AgsConnectionEditorDialogClass |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkWindow
╰── GtkDialog
╰── AgsConnectionEditorDialog
AgsConnectionEditorDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager and GtkRoot.
AgsConnectionEditorDialog * ags_connection_editor_dialog_new (gchar *title,GtkWindow *transient_for);
Creates an AgsConnectionEditorDialog
Since: 4.0.0
#define AGS_CONNECTION_EDITOR_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialog))
#define AGS_CONNECTION_EDITOR_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialogClass))
#define AGS_CONNECTION_EDITOR_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialogClass))
#define AGS_IS_CONNECTION_EDITOR_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG))
#define AGS_IS_CONNECTION_EDITOR_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_DIALOG))