Re: [Iup-users] treeview with (sortable) columns?

2019-12-15 Thread Milind Gupta
I think you can remove the border of the cells and give it the same look. On Thu, Dec 12, 2019, 12:07 PM Vince wrote: > Hello, > > I'd like to be sure. In order to implement a UI similar to this: > > https://python-gtk-3-tutorial.readthedocs.io/en/latest/_images/treeview_filter_example.png > > [

Re: [Iup-users] treeview with (sortable) columns?

2019-12-12 Thread Antonio Scuri
IupMatrix[Ex] was designed to be very close to an excel sheet despite its name. The iuptest.exe has a few examples you can run. Best, Scuri Em qui., 12 de dez. de 2019 às 17:07, Vince escreveu: > Hello, > > I'd like to be sure. In order to implement a UI similar to this: > > https://python-g

Re: [Iup-users] treeview with (sortable) columns?

2019-12-12 Thread Vince
Hello, I'd like to be sure. In order to implement a UI similar to this: https://python-gtk-3-tutorial.readthedocs.io/en/latest/_images/treeview_filter_example.png https://python-gtk-3-tutorial.readthedocs.io/en/latest/_images/treeview_filter_example.png you confirm the best bets are IupMatrix[Ex

Re: [Iup-users] treeview with (sortable) columns?

2019-12-02 Thread Vince
Thanks for the suggestion, IupMatrixEx is indeed featureful, it looks like a spreadsheet, with sortable columns. It is quite impressive. It doesn't look native or is similar to lists with proper separated columns. So apparently there is no widget similar to GtkTreeView. Vincent On 02/12/2019 12:

Re: [Iup-users] treeview with (sortable) columns?

2019-12-02 Thread Antonio Scuri
Hi, Take a look at the IupMatrix and IupMatrixEx controls. Best, Scuri Em seg., 2 de dez. de 2019 às 08:44, Vince escreveu: > 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

[Iup-users] treeview with (sortable) columns?

2019-12-02 Thread Vince
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 t