Add a generic list box implementation

This adds a very generic list box implementation. List boxes with items
of different heights are supported. Two callback functions to determine
the height of every single item and to draw a specific item are used.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2014-05-13 20:30:02 +02:00
parent 7184da0fa3
commit 27b39a56ef
3 changed files with 165 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ calcurse_SOURCES = \
ical.c \
io.c \
keys.c \
listbox.c \
llist.c \
note.c \
notify.c \