diff -r d2bd73d28ff1 -r 7b3a3130be44 ui/motif/text.h --- a/ui/motif/text.h Thu Dec 12 20:01:43 2024 +0100 +++ b/ui/motif/text.h Mon Jan 06 22:22:55 2025 +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