--- a/ui/motif/text.h Thu Dec 12 16:34:39 2024 +0100 +++ b/ui/motif/text.h Thu Dec 12 23:23:09 2024 +0100 @@ -37,6 +37,13 @@ extern "C" { #endif +char* ui_textfield_get(UiString *str); +void ui_textfield_set(UiString *str, const char *value); + +char* ui_path_textfield_get(UiString *str); +void ui_path_textfield_set(UiString *str, const char *value); + + #ifdef __cplusplus } #endif