| 
 | 
 | 
 | 
 | 
| Description | 
| An Arrow pointing to one of the four cardinal direction.
 | 
 | 
| Synopsis | 
 | 
 | 
 | 
| Documentation | 
 | 
| data ArrowType  | 
| arrow directions for the arrow widget
 |  | Constructors |  | ArrowUp |  |  | ArrowDown |  |  | ArrowLeft |  |  | ArrowRight |  |  
  |  | Instances |   |  
  | 
 | 
| data ShadowType  | 
| shadow types
 |  | Constructors |  | ShadowNone |  |  | ShadowIn |  |  | ShadowOut |  |  | ShadowEtchedIn |  |  | ShadowEtchedOut |  |  
  |  | Instances |   |  
  | 
 | 
| arrowNew :: ArrowType -> ShadowType -> IO Arrow | 
| Create a new arrow with display options.
 | 
 | 
| arrowSet :: ArrowClass a => a -> ArrowType -> ShadowType -> IO () | 
| Change the visual appearance of this widget.
 | 
 | 
| Produced by Haddock version 0.6 |