summaryrefslogtreecommitdiffstats
path: root/src/tk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk.h')
-rw-r--r--src/tk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tk.h b/src/tk.h
index 3e22de0..5346d87 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -81,6 +81,10 @@ mftk_radio_new(int butn_width, int butn_padding, SDL_Color *butn_color,
SDL_Renderer *renderer, int state, int options, ...);
struct mftk_widget *
+mftk_text_new(char min_char, char max_char, size_t len, const char *val,
+ TTF_Font *font, SDL_Color *color);
+
+struct mftk_widget *
mftk_blank_new(void);
#endif /* MFTK_H_ */