gtk2hsContentsIndex
GArrow
Description
An Arrow pointing to one of the four cardinal direction.
Synopsis
data ArrowType
= ArrowUp
| ArrowDown
| ArrowLeft
| ArrowRight
data ShadowType
= ShadowNone
| ShadowIn
| ShadowOut
| ShadowEtchedIn
| ShadowEtchedOut
arrowNew :: ArrowType -> ShadowType -> IO Arrow
arrowSet :: ArrowClass a => a -> ArrowType -> ShadowType -> IO ()
Documentation
data ArrowType
arrow directions for the arrow widget
Constructors
ArrowUp
ArrowDown
ArrowLeft
ArrowRight
Instances
Enum ArrowType
data ShadowType
shadow types
Constructors
ShadowNone
ShadowIn
ShadowOut
ShadowEtchedIn
ShadowEtchedOut
Instances
Enum ShadowType
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