BackBreeze
v0.4.1
Pages
Modules
Search documentation of BackBreeze
Settings
View Source
BackBreeze.Style
(BackBreeze v0.4.1)
Helper module for styling boxes.
Summary
Functions
background_color(style \\ %Style{}, color)
bold(style \\ %Style{})
border(style \\ %Style{})
border(style, atom)
border_bottom(style \\ %Style{})
border_color(style \\ %Style{}, color)
border_left(style \\ %Style{})
border_right(style \\ %Style{})
border_top(style \\ %Style{})
calculate_and_render(style, str, opts \\ [])
foreground_color(style \\ %Style{}, color)
height(style \\ %Style{}, height)
italic(style \\ %Style{})
overflow(style \\ %Style{}, overflow)
padding(style \\ %Style{}, padding)
padding_bottom(style \\ %Style{}, padding)
padding_left(style \\ %Style{}, padding)
padding_right(style \\ %Style{}, padding)
padding_top(style \\ %Style{}, padding)
render(style, str, opts \\ [])
repeat(style \\ %Style{}, axis \\ :both)
repeat_x(style \\ %Style{}, enabled \\ true)
repeat_y(style \\ %Style{}, enabled \\ true)
reverse(style \\ %Style{})
scrollbar(style \\ %Style{}, scrollbar)
text_align(style \\ %Style{}, align)
width(style \\ %Style{}, width)
Functions
Link to this function
background_color(style \\ %Style{}, color)
View Source
Link to this function
bold(style \\ %Style{})
View Source
Link to this function
border(style \\ %Style{})
View Source
Link to this function
border(style, atom)
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