ui/motif/text.h

branch
newapi
changeset 414
ef60d527c066
parent 406
0ebf9d7b23e8
--- 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

mercurial