| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.GestureSwipe
Description
Documentation
newtype GestureSwipe #
Constructors
| GestureSwipe (ManagedPtr GestureSwipe) |
Instances
data GestureSwipeGetVelocityMethodInfo #
Instances
| (signature ~ m (Bool, Double, Double), MonadIO m, IsGestureSwipe a) => OverloadedMethod GestureSwipeGetVelocityMethodInfo a signature | |
Defined in GI.Gtk.Objects.GestureSwipe Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GestureSwipeGetVelocityMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.GestureSwipe Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type GestureSwipeSwipeCallback = Double -> Double -> IO () #
data GestureSwipeSwipeSignalInfo #
Instances
| SignalInfo GestureSwipeSwipeSignalInfo | |||||
Defined in GI.Gtk.Objects.GestureSwipe Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType GestureSwipeSwipeSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType GestureSwipeSwipeSignalInfo | |||||
Defined in GI.Gtk.Objects.GestureSwipe | |||||
class (GObject o, IsDescendantOf GestureSwipe o) => IsGestureSwipe o #
Instances
| (GObject o, IsDescendantOf GestureSwipe o) => IsGestureSwipe o | |
Defined in GI.Gtk.Objects.GestureSwipe | |
type family ResolveGestureSwipeMethod (t :: Symbol) o where ... #
Equations
afterGestureSwipeSwipe :: (IsGestureSwipe a, MonadIO m) => a -> ((?self :: a) => GestureSwipeSwipeCallback) -> m SignalHandlerId #
gestureSwipeGetVelocity :: (HasCallStack, MonadIO m, IsGestureSwipe a) => a -> m (Bool, Double, Double) #
gestureSwipeNew :: (HasCallStack, MonadIO m) => m GestureSwipe #
onGestureSwipeSwipe :: (IsGestureSwipe a, MonadIO m) => a -> ((?self :: a) => GestureSwipeSwipeCallback) -> m SignalHandlerId #
toGestureSwipe :: (MonadIO m, IsGestureSwipe o) => o -> m GestureSwipe #