vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Add z index parameter to `GGComponentParams` #528

Closed ArtemkaKun closed 1 year ago

ArtemkaKun commented 1 year ago

This PR adds z-index field to GGComponentParams structure, and uses this field when creating CanvasLayout in gg_canvaslayout function.