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

Generic progress dialog. More...

#include <stdbool.h>
#include <gtk/gtk.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, GtkDialog) typedef struct ProgressInfo ProgressInfo
 
GenericProgressDialogWidget * generic_progress_dialog_widget_new (void)
 
void generic_progress_dialog_widget_setup (GenericProgressDialogWidget *self, const char *title, ProgressInfo *progress_info, const char *initial_label, bool autoclose, bool cancelable)
 Sets up a progress dialog widget.
 
void generic_progress_dialog_add_button (GenericProgressDialogWidget *self, GtkButton *btn, bool start, bool only_on_finish)
 Adds a button at the start or end of the button box.
 

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 17 of file generic_progress_dialog.h.