4#ifndef __GUI_WIDGETS_STRING_ENTRY_DIALOG_H__
5#define __GUI_WIDGETS_STRING_ENTRY_DIALOG_H__
7#include "common/utils/types.h"
8#include "gui/backend/gtk_widgets/libadwaita_wrapper.h"
10#define STRING_ENTRY_DIALOG_WIDGET_TYPE (string_entry_dialog_widget_get_type ())
13 string_entry_dialog_widget,
15 STRING_ENTRY_DIALOG_WIDGET,
18typedef struct _MarkerWidget MarkerWidget;
32 AdwMessageDialog parent_instance;
46 const std::string &label,
std::function< std::string()> GenericStringGetter
Getter prototype for strings.
std::function< void(const std::string &)> GenericStringSetter
Setter prototype for float values.