| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.GestureRotate
Description
Documentation
newtype GestureRotate #
Constructors
| GestureRotate (ManagedPtr GestureRotate) |
Instances
type GestureRotateAngleChangedCallback = Double -> Double -> IO () #
data GestureRotateAngleChangedSignalInfo #
Instances
| SignalInfo GestureRotateAngleChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.GestureRotate Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType GestureRotateAngleChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType GestureRotateAngleChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.GestureRotate | |||||
data GestureRotateGetAngleDeltaMethodInfo #
Instances
| (signature ~ m Double, MonadIO m, IsGestureRotate a) => OverloadedMethod GestureRotateGetAngleDeltaMethodInfo a signature | |
Defined in GI.Gtk.Objects.GestureRotate Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GestureRotateGetAngleDeltaMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.GestureRotate Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf GestureRotate o) => IsGestureRotate o #
Instances
| (GObject o, IsDescendantOf GestureRotate o) => IsGestureRotate o | |
Defined in GI.Gtk.Objects.GestureRotate | |
type family ResolveGestureRotateMethod (t :: Symbol) o where ... #
Equations
afterGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> ((?self :: a) => GestureRotateAngleChangedCallback) -> m SignalHandlerId #
gestureRotateGetAngleDelta :: (HasCallStack, MonadIO m, IsGestureRotate a) => a -> m Double #
gestureRotateNew :: (HasCallStack, MonadIO m) => m GestureRotate #
onGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> ((?self :: a) => GestureRotateAngleChangedCallback) -> m SignalHandlerId #
toGestureRotate :: (MonadIO m, IsGestureRotate o) => o -> m GestureRotate #