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.cr

Instance Method Summary

Instance Method Detail

def height #

[View source]
def height=(value : Float) #

Convenience method to pass a value to the :height Primitive


[View source]
def width #

[View source]
def width=(value : Float) #

Convenience method to pass a value to the :width Primitive


[View source]
def x #

[View source]
def x=(value : Float) #

Convenience method to pass a value to the :x Primitive


[View source]
def y #

[View source]
def y=(value : Float) #

Convenience method to pass a value to the :y Primitive


[View source]