krähemann.com

AgsConnectionEditorDialog

AgsConnectionEditorDialog — edit connection settings

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── AgsConnectionEditorDialog

Implemented Interfaces

AgsConnectionEditorDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager and GtkRoot.

Includes

#include <ags/app/ags_connection_editor_dialog.h>

Description

AgsConnectionEditorDialog is a dialog widget to edit connection settings.

Functions

ags_connection_editor_dialog_new ()

AgsConnectionEditorDialog *
ags_connection_editor_dialog_new (gchar *title,
                                  GtkWindow *transient_for);

Creates an AgsConnectionEditorDialog

Parameters

title

the title

 

transient_for

the transient for

 

Since: 4.0.0


AGS_CONNECTION_EDITOR_DIALOG()

#define AGS_CONNECTION_EDITOR_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialog))

AGS_CONNECTION_EDITOR_DIALOG_CLASS()

#define AGS_CONNECTION_EDITOR_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialogClass))

AGS_CONNECTION_EDITOR_DIALOG_GET_CLASS()

#define AGS_CONNECTION_EDITOR_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG, AgsConnectionEditorDialogClass))

AGS_IS_CONNECTION_EDITOR_DIALOG()

#define AGS_IS_CONNECTION_EDITOR_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_DIALOG))

AGS_IS_CONNECTION_EDITOR_DIALOG_CLASS()

#define AGS_IS_CONNECTION_EDITOR_DIALOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_DIALOG))

ags_connection_editor_dialog_get_type ()

GType
ags_connection_editor_dialog_get_type (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_DIALOG

#define AGS_TYPE_CONNECTION_EDITOR_DIALOG                (ags_connection_editor_dialog_get_type())

struct AgsConnectionEditorDialog

struct AgsConnectionEditorDialog;

struct AgsConnectionEditorDialogClass

struct AgsConnectionEditorDialogClass {
  GtkDialogClass dialog;
};