cong-dialog

cong-dialog

Functions

Description

Functions

cong_dialog_content_new ()

CongDialogContent *
cong_dialog_content_new (gboolean within_notebook);

TODO: Write me

Returns


cong_dialog_content_get_widget ()

GtkWidget *
cong_dialog_content_get_widget (CongDialogContent *dialog_content);

TODO: Write me

Returns


cong_dialog_content_add_category ()

CongDialogCategory *
cong_dialog_content_add_category (CongDialogContent *dialog_content,
                                  const gchar *title);

TODO: Write me

Returns


cong_dialog_category_add_field ()

void
cong_dialog_category_add_field (CongDialogCategory *category,
                                const gchar *title,
                                GtkWidget *widget,
                                gboolean expand);

TODO: Write me


cong_dialog_category_add_selflabelled_field ()

void
cong_dialog_category_add_selflabelled_field
                               (CongDialogCategory *category,
                                GtkWidget *widget,
                                gboolean expand);

TODO: Write me


cong_alert_content_new ()

GtkWidget *
cong_alert_content_new (const gchar *stock_icon,
                        const gchar *primary_text,
                        const gchar *secondary_text,
                        const gchar *tertiary_text);

TODO: Write me

Returns


cong_dialog_save_confirmation_alert_new ()

GtkDialog *
cong_dialog_save_confirmation_alert_new
                               (GtkWindow *parent,
                                const gchar *document_name,
                                glong seconds_since_last_save_or_load);

TODO: Write me

Returns


cong_dialog_revert_confirmation_alert_new ()

GtkDialog *
cong_dialog_revert_confirmation_alert_new
                               (GtkWindow *parent,
                                const gchar *document_name,
                                glong seconds_since_last_save_or_load);

TODO: Write me

Returns


cong_dialog_information_alert_new ()

GtkDialog *
cong_dialog_information_alert_new (GtkWindow *parent,
                                   const gchar *message);

TODO: Write me

Returns

Types and Values