gi-handy-1.0.1: libhandy bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Handy.Objects.SwipeGroup

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SwipeGroup Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf SwipeGroup o) => IsSwipeGroup o Source #

Type class for types which can be safely cast to SwipeGroup, for instance with toSwipeGroup.

Instances

Instances details
(GObject o, IsDescendantOf SwipeGroup o) => IsSwipeGroup o Source # 
Instance details

Defined in GI.Handy.Objects.SwipeGroup

toSwipeGroup :: (MonadIO m, IsSwipeGroup o) => o -> m SwipeGroup Source #

Cast to SwipeGroup, for types for which this is known to be safe. For general casts, use castTo.

Methods

addSwipeable

swipeGroupAddSwipeable Source #

Arguments

:: (HasCallStack, MonadIO m, IsSwipeGroup a, IsSwipeable b) 
=> a

self: a SwipeGroup

-> b

swipeable: the Swipeable to add

-> m () 

Deprecated: (Since version 1.4)

When the widget is destroyed or no longer referenced elsewhere, it will be removed from the swipe group.

Since: 0.0.12

getSwipeables

swipeGroupGetSwipeables Source #

Arguments

:: (HasCallStack, MonadIO m, IsSwipeGroup a) 
=> a

self: a SwipeGroup

-> m [Swipeable]

Returns: a SList of swipeables. The list is owned by libhandy and should not be modified.

Deprecated: (Since version 1.4)

Returns the list of swipeables associated with self.

Since: 0.0.12

new

swipeGroupNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m SwipeGroup

Returns: The newly created SwipeGroup object

Deprecated: (Since version 1.4)

Create a new SwipeGroup object.

Since: 0.0.12

removeSwipeable

swipeGroupRemoveSwipeable Source #

Arguments

:: (HasCallStack, MonadIO m, IsSwipeGroup a, IsSwipeable b) 
=> a

self: a SwipeGroup

-> b

swipeable: the Swipeable to remove

-> m () 

Deprecated: (Since version 1.4)

Removes a widget from a SwipeGroup.

Since: 0.0.12