Copyright | (c) 2018 Francisco Vallarino |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | fjvallarino@gmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Icon widget. Used for showing basic icons without the need of an asset.
Configuration
Configuration options for icon:
width
: the maximum width and height of the icon.
Different types of icons that can be displayed.
Constructors
icon :: IconType -> WidgetNode s e Source #
Creates an icon of the given type.