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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 283676d631..021f55ef94 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -100,6 +100,7 @@ struct gui_list
100 char * title; 100 char * title;
101 /* Optional title icon */ 101 /* Optional title icon */
102 enum themable_icons title_icon; 102 enum themable_icons title_icon;
103 bool show_selection_marker; /* set to true by default */
103}; 104};
104 105
105/* 106/*
@@ -189,7 +190,8 @@ extern void gui_synclist_limit_scroll(struct gui_synclist * lists, bool scroll);
189extern void gui_synclist_flash(struct gui_synclist * lists); 190extern void gui_synclist_flash(struct gui_synclist * lists);
190extern void gui_synclist_set_title(struct gui_synclist * lists, char * title, 191extern void gui_synclist_set_title(struct gui_synclist * lists, char * title,
191 int icon); 192 int icon);
192 193extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
194 bool hide);
193/* 195/*
194 * Do the action implied by the given button, 196 * Do the action implied by the given button,
195 * returns the action taken if any, 0 else 197 * returns the action taken if any, 0 else