Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
char | response [200] |
bool | only_on_finish |
Only show the button when the action is finished. | |
GenericCallback | cb |
Callback when this response is made. | |
void * | cb_obj |
Callback object. | |
Definition at line 32 of file generic_progress_dialog.h.
GenericCallback GenericProgressDialogButton::cb |
Callback when this response is made.
Definition at line 42 of file generic_progress_dialog.h.
void* GenericProgressDialogButton::cb_obj |
Callback object.
Definition at line 45 of file generic_progress_dialog.h.
bool GenericProgressDialogButton::only_on_finish |
Only show the button when the action is finished.
Definition at line 39 of file generic_progress_dialog.h.
char GenericProgressDialogButton::response[200] |
Definition at line 34 of file generic_progress_dialog.h.