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 c41b194..7a3c9c6 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -53,4 +53,7 @@ mftk_button_new(TTF_Font *font, const char *text, SDL_Color *text_color,
SDL_Color *fill_color, int padding,
int (*action)(void *), void *user_data, SDL_Renderer *renderer);
+struct mftk_widget *
+mftk_grid_new(int rows, int cols, int row_spacing, int col_spacing, ...);
+
#endif /* MFTK_H_ */