summaryrefslogtreecommitdiffstats
path: root/include/widgets/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/listview.h')
-rw-r--r--include/widgets/listview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/widgets/listview.h b/include/widgets/listview.h
index abb9b02e..ec5861e1 100644
--- a/include/widgets/listview.h
+++ b/include/widgets/listview.h
@@ -238,6 +238,12 @@ void listview_set_fixed_num_lines ( listview *lv );
*/
void listview_set_max_lines ( listview *lv, unsigned int max_lines );
+/**
+ * @param lv Handler to the listview object.
+ *
+ * Set ellipsize modee.
+ */
+void listview_toggle_ellipsizing ( listview *lv );
/* @} */
#endif // ROFI_LISTVIEW_H