Sha256: 92893a7411afc0effd1d9a14290f1cdaedbbb7008ac20d08be3bca327cdccba5
Contents?: true
Size: 375 Bytes
Versions: 12
Compression:
Stored size: 375 Bytes
Contents
### zindex Aliases: - `z_index` - `z` Set the zindex of the view using this geometry. This controls the render order of the views. Views with geometries with a lower zindex will render before those with a higher zindex. # --4-- # rendered last # --3-- # --2-- # --1-- # rendered first Vedeu.geometry :my_interface do zindex 3 # ... end
Version data entries
12 entries across 12 versions & 1 rubygems