summaryrefslogtreecommitdiffstats
path: root/src/tk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk.h')
-rw-r--r--src/tk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tk.h b/src/tk.h
index d1f690f..cedd57d 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -81,6 +81,9 @@ mftk_text_new(char min_char, char max_char, int len, const char *val,
int (*action)(void *, const char *), int (*submit)(void *),
void *user_data);
+void
+mftk_text_set_value(struct mftk_widget *w, const char *val);
+
struct mftk_widget *
mftk_blank_new(void);