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

Dialog to change a string. More...

#include "utils/types.h"
#include <adwaita.h>
Include dependency graph for string_entry_dialog.h:

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
 
StringEntryDialogWidgetstring_entry_dialog_widget_new (const char *label, void *obj, GenericStringGetter getter, GenericStringSetter setter)
 Creates the dialog.
 

Detailed Description

Dialog to change a string.

Definition in file string_entry_dialog.h.

Macro Definition Documentation

◆ STRING_ENTRY_DIALOG_WIDGET_TYPE

#define STRING_ENTRY_DIALOG_WIDGET_TYPE   (string_entry_dialog_widget_get_type ())

Definition at line 17 of file string_entry_dialog.h.