jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
691 stars 59 forks source link

x-grid #19

Closed malublu closed 3 years ago

malublu commented 7 years ago

a simple grid system

jarek-foksa commented 7 years ago

Do you mean something like https://material.io/guidelines/components/grid-lists.html#grid-lists-usage? I think this type of layout is already very easy to achieve with <x-box>.

malublu commented 7 years ago

No something like: https://purecss.io/grids/

jarek-foksa commented 7 years ago

Looks like GTK also implements something similar: https://lazka.github.io/pgi-docs/Gtk-3.0/classes/Grid.html

I will have to research this further, I'm not sure yet whether it has any advantages over <x-box> (flexbox model).

jarek-foksa commented 3 years ago

I'm no longer planning to implement this feature as it seems inferior to the flexbox model (at least when laying out widgets).