Zrythm
a highly automated and intuitive digital audio workstation
|
Dialog to change a string. More...
Go to the source code of this file.
Data Structures | |
struct | StringEntryDialogWidget |
A dialog to edit a string. More... | |
Macros | |
#define | STRING_ENTRY_DIALOG_WIDGET_TYPE (string_entry_dialog_widget_get_type ()) |
Functions | |
G_DECLARE_FINAL_TYPE (StringEntryDialogWidget, string_entry_dialog_widget, Z, STRING_ENTRY_DIALOG_WIDGET, AdwMessageDialog) typedef struct _MarkerWidget MarkerWidget | |
StringEntryDialogWidget * | string_entry_dialog_widget_new (const char *label, void *obj, GenericStringGetter getter, GenericStringSetter setter) |
Creates the dialog. | |
Dialog to change a string.
Definition in file string_entry_dialog.h.
#define STRING_ENTRY_DIALOG_WIDGET_TYPE (string_entry_dialog_widget_get_type ()) |
Definition at line 19 of file string_entry_dialog.h.