akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 202 forks source link

Simple ListBox for Borders and Fills panels #714

Closed Alecaddd closed 2 years ago

Alecaddd commented 2 years ago

I'm implementing a new VirtualizingSimpleListBox which is a simplified version of the listbox used in the layers panel. This simplified version is not scrollable and is way simpler. There's still a lot that can be cleaned up in there, but this is a start to have a simple container with a factory method to reuse widgets.

These are all the things I did in this patch, in not particular order:

Alecaddd commented 2 years ago

Merging this because YOLO. These widgets will improve drastically with GTK4, but as a starter these are good.