app

Safe Haskell None
Language Haskell2010

ViewBlocks

Description

This module defines the basic building blocks used by views, so that they have a uniform looknfeel |

Synopsis

Documentation

data ButtonState #

The state of a button

Constructors

Disabled

Button is disabled

Enabled

Button is enabled

Selected

Button was enabled and has been chosen

dummyOn #

Arguments

:: MisoString

One of "dragenter" or "dragover"

-> Attribute Action  

gui :: GUI a #

data GUI a #

Constructors

GUI  

Fields