module Layout::Primitives
Overview
A light wrapp around some primitive stuff.
This may end up being merged into Block
.
Direct including types
Defined in:
layout.crInstance Method Summary
- #height
-
#height=(value : Float)
Convenience method to pass a value to the :height
Primitive
- #width
-
#width=(value : Float)
Convenience method to pass a value to the :width
Primitive
- #x
-
#x=(value : Float)
Convenience method to pass a value to the :x
Primitive
- #y
-
#y=(value : Float)
Convenience method to pass a value to the :y
Primitive