summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 11e52dd3..44f4f8d3 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -988,7 +988,20 @@ The following properties are currently supported:
Listview requires user input to be unhidden. The list is still present and
hitting accept will activate the first entry.
-Each element is a `box` called `element`. Each `element` can contain an `element-icon` and `element-text`.
+The listview widget is special container widget.
+It has the following children:
+ * 0 or more `element` widgets of the type box.
+ * An optional `scrollbar` widget. This can be enabled using
+ the scrollbar property.
+
+Each entry displayed by listview captured by a `box` called `element`. Each
+`element` can contain the following special widgets:
+ * `element-icon`: An icon widget showing the icon associated to the entry.
+ * `element-text`: A textbox widget showing the text associated to the entry.
+ * `element-index`: A textbox widget that shows the shortcut keybinding number.
+
+A child added with another name is seen as a `box`, this can be used to tweak
+how an entry looks to expand to available space.
#### listview text highlight