|
Graphics.UI.ObjectIO.StdReceiverDef | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
StdReceiverDef contains the types to define the standard set of receivers.
|
|
Synopsis |
|
|
|
|
Definitions
|
|
data Receiver m ls ps |
Uni-directional receiver. The uni-directional receiver can receive
messages but cann't respond to it.
| Constructors | | Instances | |
|
|
type ReceiverFunction m ls ps = m -> GUIFun ls ps |
|
data Receiver2 m r ls ps |
Bi-directional can receive messages and then must respond to it.
| Constructors | | Instances | |
|
|
type Receiver2Function m r ls ps = m -> (ls, ps) -> GUI ps (r, (ls, ps)) |
|
data ReceiverAttribute ls ps |
|
|
A visible modules
|
|
module Graphics.UI.ObjectIO.StdIOCommon |
|
module Graphics.UI.ObjectIO.StdGUI |
|
Produced by Haddock version 0.8 |