Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.Handy.Objects.Arrows
Description
No description available in the introspection data.
Synopsis
- newtype Arrows = Arrows (ManagedPtr Arrows)
- class (GObject o, IsDescendantOf Arrows o) => IsArrows o
- toArrows :: (MonadIO m, IsArrows o) => o -> m Arrows
- arrowsAnimate :: (HasCallStack, MonadIO m, IsArrows a) => a -> m ()
- arrowsGetCount :: (HasCallStack, MonadIO m, IsArrows a) => a -> m Word32
- arrowsGetDirection :: (HasCallStack, MonadIO m, IsArrows a) => a -> m ArrowsDirection
- arrowsGetDuration :: (HasCallStack, MonadIO m, IsArrows a) => a -> m Word32
- arrowsNew :: (HasCallStack, MonadIO m) => m Arrows
- arrowsSetCount :: (HasCallStack, MonadIO m, IsArrows a) => a -> Word32 -> m ()
- arrowsSetDirection :: (HasCallStack, MonadIO m, IsArrows a) => a -> ArrowsDirection -> m ()
- arrowsSetDuration :: (HasCallStack, MonadIO m, IsArrows a) => a -> Word32 -> m ()
- constructArrowsCount :: (IsArrows o, MonadIO m) => Word32 -> m (GValueConstruct o)
- getArrowsCount :: (MonadIO m, IsArrows o) => o -> m Word32
- setArrowsCount :: (MonadIO m, IsArrows o) => o -> Word32 -> m ()
- constructArrowsDirection :: (IsArrows o, MonadIO m) => ArrowsDirection -> m (GValueConstruct o)
- getArrowsDirection :: (MonadIO m, IsArrows o) => o -> m ArrowsDirection
- setArrowsDirection :: (MonadIO m, IsArrows o) => o -> ArrowsDirection -> m ()
- constructArrowsDuration :: (IsArrows o, MonadIO m) => Word32 -> m (GValueConstruct o)
- getArrowsDuration :: (MonadIO m, IsArrows o) => o -> m Word32
- setArrowsDuration :: (MonadIO m, IsArrows o) => o -> Word32 -> m ()
Exported types
Memory-managed wrapper type.
Instances
Eq Arrows Source # | |
GObject Arrows Source # | |
Defined in GI.Handy.Objects.Arrows | |
ManagedPtrNewtype Arrows Source # | |
Defined in GI.Handy.Objects.Arrows Methods toManagedPtr :: Arrows -> ManagedPtr Arrows | |
TypedObject Arrows Source # | |
Defined in GI.Handy.Objects.Arrows Methods glibType :: IO GType | |
IsGValue Arrows Source # | Convert |
Defined in GI.Handy.Objects.Arrows | |
HasParentTypes Arrows Source # | |
Defined in GI.Handy.Objects.Arrows | |
type ParentTypes Arrows Source # | |
Defined in GI.Handy.Objects.Arrows type ParentTypes Arrows = '[DrawingArea, Widget, Object, ImplementorIface, Buildable] |
class (GObject o, IsDescendantOf Arrows o) => IsArrows o Source #
Instances
(GObject o, IsDescendantOf Arrows o) => IsArrows o Source # | |
Defined in GI.Handy.Objects.Arrows |
Methods
Overloaded methods
animate
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Render the arrows animation.
getCount
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> m Word32 | Returns: the current number of arrows |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Get the number of arrows displayed in the widget.
getDirection
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> m ArrowsDirection | Returns: the arrows direction |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Get the direction the arrows point to
getDuration
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> m Word32 | Returns: the duration of the animation in ms |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Get the duration of the arrows animation.
new
setCount
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> Word32 |
|
-> m () |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Set the number of arrows to display.
setDirection
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> ArrowsDirection |
|
-> m () |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Set the direction the arrows should point to.
setDuration
Arguments
:: (HasCallStack, MonadIO m, IsArrows a) | |
=> a |
|
-> Word32 |
|
-> m () |
Deprecated: (Since version 0.0.12)Use e.g. Image
and CSS animation instead
Set the duration of the arrow animation.
Properties
count
No description available in the introspection data.
constructArrowsCount :: (IsArrows o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “count
” property. This is rarely needed directly, but it is used by new
.
getArrowsCount :: (MonadIO m, IsArrows o) => o -> m Word32 Source #
Get the value of the “count
” property.
When overloading is enabled, this is equivalent to
get
arrows #count
setArrowsCount :: (MonadIO m, IsArrows o) => o -> Word32 -> m () Source #
Set the value of the “count
” property.
When overloading is enabled, this is equivalent to
set
arrows [ #count:=
value ]
direction
No description available in the introspection data.
constructArrowsDirection :: (IsArrows o, MonadIO m) => ArrowsDirection -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “direction
” property. This is rarely needed directly, but it is used by new
.
getArrowsDirection :: (MonadIO m, IsArrows o) => o -> m ArrowsDirection Source #
Get the value of the “direction
” property.
When overloading is enabled, this is equivalent to
get
arrows #direction
setArrowsDirection :: (MonadIO m, IsArrows o) => o -> ArrowsDirection -> m () Source #
Set the value of the “direction
” property.
When overloading is enabled, this is equivalent to
set
arrows [ #direction:=
value ]
duration
No description available in the introspection data.
constructArrowsDuration :: (IsArrows o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “duration
” property. This is rarely needed directly, but it is used by new
.
getArrowsDuration :: (MonadIO m, IsArrows o) => o -> m Word32 Source #
Get the value of the “duration
” property.
When overloading is enabled, this is equivalent to
get
arrows #duration
setArrowsDuration :: (MonadIO m, IsArrows o) => o -> Word32 -> m () Source #
Set the value of the “duration
” property.
When overloading is enabled, this is equivalent to
set
arrows [ #duration:=
value ]