summaryrefslogtreecommitdiffstats
path: root/source/widgets/listview.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets/listview.c')
-rw-r--r--source/widgets/listview.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/widgets/listview.c b/source/widgets/listview.c
index 9ba45d6d..7609bb11 100644
--- a/source/widgets/listview.c
+++ b/source/widgets/listview.c
@@ -127,7 +127,11 @@ struct _listview
unsigned int cur_visible;
} barview;
};
-
+/**
+ * Names used for theming the elements in the listview.
+ * Each row can have 3 modes, normal, selected and alternate.
+ * Each row can have 3 states, normal, urgent and active.
+ */
const char *const listview_theme_prop_names[][3] = {
/** Normal row */
{ "normal.normal", "selected.normal", "alternate.normal" },