summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 7c64987abb..d40cfe9966 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -190,6 +190,7 @@ bool skinlist_is_selected_item(void);
190void skinlist_set_cfg(enum screen_type screen, 190void skinlist_set_cfg(enum screen_type screen,
191 struct listitem_viewport_cfg *cfg); 191 struct listitem_viewport_cfg *cfg);
192const char* skinlist_get_item_text(int offset, bool wrap, char* buf, size_t buf_size); 192const char* skinlist_get_item_text(int offset, bool wrap, char* buf, size_t buf_size);
193int skinlist_get_item_number(void);
193enum themable_icons skinlist_get_item_icon(int offset, bool wrap); 194enum themable_icons skinlist_get_item_icon(int offset, bool wrap);
194bool skinlist_needs_scrollbar(enum screen_type screen); 195bool skinlist_needs_scrollbar(enum screen_type screen);
195void skinlist_get_scrollbar(int* nb_item, int* first_shown, int* last_shown); 196void skinlist_get_scrollbar(int* nb_item, int* first_shown, int* last_shown);