summaryrefslogtreecommitdiffstats
path: root/src/tk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk.h')
-rw-r--r--src/tk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tk.h b/src/tk.h
index 31589f8..fa782b2 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -67,4 +67,11 @@ mftk_check_new(int butn_width, int butn_padding, SDL_Color *butn_color,
int (*action)(void *, int), void *user_data,
SDL_Renderer *renderer);
+struct mftk_widget *
+mftk_radio_new(int butn_width, int butn_padding, SDL_Color *butn_color,
+ SDL_Color *mark_color, int label_padding, int item_padding,
+ TTF_Font *font, SDL_Color *text_color,
+ int (*action)(void *, int), void *user_data,
+ SDL_Renderer *renderer, int state, int options, ...);
+
#endif /* MFTK_H_ */