phrohdoh / easage

A library that provides programmatic manipulation of BIG archives.
MIT License
9 stars 0 forks source link

GTK UI: Sort view data by column #32

Open phrohdoh opened 6 years ago

phrohdoh commented 6 years ago

This is currently not possible via gtk-rs because the necessary functions are not implemented.

Reference material: https://en.wikibooks.org/wiki/GTK%2B_By_Example/Tree_View/Sorting#GtkTreeSortable

phrohdoh commented 6 years ago

https://github.com/ChariotEngine/drs-studio/pull/4 contains sorting code and can be used as a reference.