diff options
Diffstat (limited to 'apps/gui/list.h')
| -rw-r--r-- | apps/gui/list.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index 283676d..021f55e 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -100,6 +100,7 @@ struct gui_list char * title; /* Optional title icon */ enum themable_icons title_icon; + bool show_selection_marker; /* set to true by default */ }; /* @@ -189,7 +190,8 @@ extern void gui_synclist_limit_scroll(struct gui_synclist * lists, bool scroll); extern void gui_synclist_flash(struct gui_synclist * lists); extern void gui_synclist_set_title(struct gui_synclist * lists, char * title, int icon); - +extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, + bool hide); /* * Do the action implied by the given button, * returns the action taken if any, 0 else |