ui/qt/text.h

changeset 523
0797c87a2c02
parent 516
4b31c74666d7
child 527
7273a78e8e5b
--- a/ui/qt/text.h	Wed Mar 26 22:09:05 2025 +0100
+++ b/ui/qt/text.h	Wed Mar 26 22:16:53 2025 +0100
@@ -36,8 +36,10 @@
 
 // value implementations
 extern "C" {    
+    
+char* ui_textfield_get(UiString *str) ;
+void ui_textfield_set(UiString *str, const char *value);
 
-    
 }
 
 

mercurial