summaryrefslogtreecommitdiffstats
path: root/source/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-09-30 10:35:12 +0200
committerDave Davenport <qball@gmpclient.org>2019-09-30 10:35:12 +0200
commit0a0556c76571e9fcec68de7dcf8a60369cf746e2 (patch)
tree8264c92e95a02444f92937d905abc32325ef7210 /source/widgets
parent3def8a64182f74902d95f92f118187becd314698 (diff)
[CI] Update missing documentation.
Diffstat (limited to 'source/widgets')
-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" },