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