Top | ![]() |
![]() |
![]() |
![]() |
CongDialogContent * | cong_dialog_content_new () |
GtkWidget * | cong_dialog_content_get_widget () |
CongDialogCategory * | cong_dialog_content_add_category () |
void | cong_dialog_category_add_field () |
void | cong_dialog_category_add_selflabelled_field () |
GtkWidget * | cong_alert_content_new () |
GtkDialog * | cong_dialog_save_confirmation_alert_new () |
GtkDialog * | cong_dialog_revert_confirmation_alert_new () |
GtkDialog * | cong_dialog_information_alert_new () |
CongDialogContent *
cong_dialog_content_new (gboolean within_notebook
);
TODO: Write me
GtkWidget *
cong_dialog_content_get_widget (CongDialogContent *dialog_content
);
TODO: Write me
CongDialogCategory * cong_dialog_content_add_category (CongDialogContent *dialog_content
,const gchar *title
);
TODO: Write me
void cong_dialog_category_add_field (CongDialogCategory *category
,const gchar *title
,GtkWidget *widget
,gboolean expand
);
TODO: Write me
void cong_dialog_category_add_selflabelled_field (CongDialogCategory *category
,GtkWidget *widget
,gboolean expand
);
TODO: Write me
GtkWidget * cong_alert_content_new (const gchar *stock_icon
,const gchar *primary_text
,const gchar *secondary_text
,const gchar *tertiary_text
);
TODO: Write me
GtkDialog * cong_dialog_save_confirmation_alert_new (GtkWindow *parent
,const gchar *document_name
,glong seconds_since_last_save_or_load
);
TODO: Write me
GtkDialog * cong_dialog_revert_confirmation_alert_new (GtkWindow *parent
,const gchar *document_name
,glong seconds_since_last_save_or_load
);
TODO: Write me