| Safe Haskell | None |
|---|
GUICommand
Description
- data GUICommand = SetValue
Documentation
data GUICommand
The GUICommand is a GUISignal which is send towards the GUI element and which signals a command to the element
Constructors
| SetValue | set the value of the GUI element |
Instances
| Eq GUICommand | |
| Read GUICommand | |
| Show GUICommand | |
| ToJSON GUICommand | |
| FromJSON GUICommand |