Porting from GtkTreeView to a new GimpTreeView
- Mentors
- cmyk-student
- Organization
- GNU Image Manipulation Program
- Technologies
- gtk, c programming
- Topics
- software development, object oriented programming, GNU Development
Currently GIMP uses the complicated GtkTreeView from GTK3. My job is to create a new GimpTreeView widget which moves away from GtkTreeView as it will be deprecated in GTK4 port, and which is much simpler to implement than GtkTreeView. With inspiration from GTK4's GtkColumnView, I will create a versatile widget which is much cleaner in implementation.