summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-08 16:49:46 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-08 16:49:46 +0100
commitce2cf6b2d991450439ede056d8f89bcf788ee410 (patch)
tree1e5f5842804fa4e448cf36334df5941af0b1578a /include
parentc7e860bb55e3d0173be5174607f84555f0632aa5 (diff)
Make error dialog widget layout match normal one
Diffstat (limited to 'include')
-rw-r--r--include/widgets/listview.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/widgets/listview.h b/include/widgets/listview.h
index fbc1aff7..171c1357 100644
--- a/include/widgets/listview.h
+++ b/include/widgets/listview.h
@@ -179,6 +179,14 @@ void listview_set_num_lines ( listview *lv, unsigned int num_lines );
/**
* @param lv Handler to the listview object.
+ *
+ * Get the maximum number of lines to display.
+ *
+ * @returns get the numger of lines to display.
+ */
+unsigned int listview_get_num_lines ( listview *lv );
+/**
+ * @param lv Handler to the listview object.
* @param max_lines the maximum number of lines to display.
*
* Set the maximum number of lines to display.