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 2a4706d..8cc65ce 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -56,4 +56,8 @@ mftk_button_new(TTF_Font *font, const char *text, SDL_Color *text_color,
struct mftk_widget *
mftk_grid_new(int rows, int cols, int row_spacing, int col_spacing, ...);
+struct mftk_widget *
+mftk_box_new(int container_w, int container_h, int own_w, int own_h,
+ int padding, SDL_Color *bg_color, struct mftk_widget *child);
+
#endif /* MFTK_H_ */