|
| Graphics.UI.Gtk.Misc.GArrow |
|
|
|
|
| Description |
| An Arrow pointing to one of the four cardinal direction.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Arrow |
|
|
| class MiscClass o => ArrowClass o |
|
|
| castToArrow :: GObjectClass obj => obj -> Arrow |
|
| 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 |