summaryrefslogtreecommitdiff
path: root/apps/recorder/widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/widgets.h')
-rw-r--r--apps/recorder/widgets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/widgets.h b/apps/recorder/widgets.h
index 18f59a8..de8e785 100644
--- a/apps/recorder/widgets.h
+++ b/apps/recorder/widgets.h
@@ -38,5 +38,6 @@ enum {
extern void progressbar(int x, int y, int width, int height, int percent, int direction);
extern void slidebar(int x, int y, int width, int height, int percent, int direction);
extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation);
+extern void checkbox(int x, int y, int width, int height, bool checked);
#endif /* HAVE_LCD_BITMAP */
#endif /* __WIDGETS_H__ */