Hi all,

I started discovering IUP (with the Common Lisp bindings[1]), and I am
looking for a list widget with columns, hopefully sortable. Something
akin to Gtk's Treeview with Gtk.TreeViewColumn:
https://python-gtk-3-tutorial.readthedocs.io/en/latest/treeview.html#filtering

I had a look at the tutorial.
I looked at iuplist
(http://webserver2.tecgraf.puc-rio.br/iup/en/elem/iuplist.html), but its
mention of columns is about the visible size, by a character's width.
Searching for "treeview" on the documentation only links me to the
treeview, which doesn't mention or show columns.
I was able to compose elements in a grid with the grid-box, but it is
only a container element, so it doesn't have any list property.
Googling didn't help.

Is there such a widget?

Regards,

Vincent


[1] https://github.com/lispnik/iup


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to