View Source BackBreeze.Style (BackBreeze v0.4.1)

Helper module for styling boxes.

Summary

Functions

Link to this function

background_color(style \\ %Style{}, color)

View Source
Link to this function

border(style \\ %Style{})

View Source
Link to this function

border_bottom(style \\ %Style{})

View Source
Link to this function

border_color(style \\ %Style{}, color)

View Source
Link to this function

border_left(style \\ %Style{})

View Source
Link to this function

border_right(style \\ %Style{})

View Source
Link to this function

border_top(style \\ %Style{})

View Source
Link to this function

calculate_and_render(style, str, opts \\ [])

View Source
Link to this function

foreground_color(style \\ %Style{}, color)

View Source
Link to this function

height(style \\ %Style{}, height)

View Source
Link to this function

italic(style \\ %Style{})

View Source
Link to this function

overflow(style \\ %Style{}, overflow)

View Source
Link to this function

padding(style \\ %Style{}, padding)

View Source
Link to this function

padding_bottom(style \\ %Style{}, padding)

View Source
Link to this function

padding_left(style \\ %Style{}, padding)

View Source
Link to this function

padding_right(style \\ %Style{}, padding)

View Source
Link to this function

padding_top(style \\ %Style{}, padding)

View Source
Link to this function

render(style, str, opts \\ [])

View Source
Link to this function

repeat(style \\ %Style{}, axis \\ :both)

View Source
Link to this function

repeat_x(style \\ %Style{}, enabled \\ true)

View Source
Link to this function

repeat_y(style \\ %Style{}, enabled \\ true)

View Source
Link to this function

reverse(style \\ %Style{})

View Source
Link to this function

scrollbar(style \\ %Style{}, scrollbar)

View Source
Link to this function

text_align(style \\ %Style{}, align)

View Source
Link to this function

width(style \\ %Style{}, width)

View Source