Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
generic_progress_dialog.h File Reference

Generic progress dialog. More...

#include <adwaita.h>
Include dependency graph for generic_progress_dialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GenericProgressDialogButton
 
struct  GenericProgressDialogWidgetPrivate
 A generic progress dialog. More...
 
struct  GenericProgressDialogWidgetClass
 

Macros

#define GENERIC_PROGRESS_DIALOG_WIDGET_TYPE    (generic_progress_dialog_widget_get_type ())
 

Functions

 G_DECLARE_DERIVABLE_TYPE (GenericProgressDialogWidget, generic_progress_dialog_widget, Z, GENERIC_PROGRESS_DIALOG_WIDGET, AdwAlertDialog) typedef struct ProgressInfo ProgressInfo
 
void generic_progress_dialog_widget_setup (GenericProgressDialogWidget *self, const char *title, ProgressInfo *progress_info, const char *initial_label, bool autoclose, GenericCallback close_callback, void *close_callback_object, bool cancelable)
 Sets up a progress dialog widget.
 
void generic_progress_dialog_add_response (GenericProgressDialogWidget *self, const char *response, const char *response_label, GenericCallback callback, void *callback_object, bool only_on_finish)
 Adds a response to the dialog.
 
GenericProgressDialogWidget * generic_progress_dialog_widget_new (void)
 

Detailed Description

Generic progress dialog.

Definition in file generic_progress_dialog.h.

Macro Definition Documentation

◆ GENERIC_PROGRESS_DIALOG_WIDGET_TYPE

#define GENERIC_PROGRESS_DIALOG_WIDGET_TYPE    (generic_progress_dialog_widget_get_type ())

Definition at line 15 of file generic_progress_dialog.h.