module Crysterm::Mixin::Style
Direct including types
Defined in:
mixin/style.crInstance Method Summary
- #state
- #state=(state)
-
#style : Crysterm::Style
If specific style is not set, it will depend on current state
-
#style=(style : Crysterm::Style | Nil)
User may set specific style for this widget
-
#styles : Crysterm::Styles
List of styles corresponding to different widget states.
-
#styles=(styles : Crysterm::Styles)
List of styles corresponding to different widget states.
Instance Method Detail
def styles : Crysterm::Styles
#
List of styles corresponding to different widget states.
Only one style, normal
is initialized by default, others default to it if nil
.
def styles=(styles : Crysterm::Styles)
#
List of styles corresponding to different widget states.
Only one style, normal
is initialized by default, others default to it if nil
.