| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gdk.Objects.GrabBrokenEvent
Description
Documentation
newtype GrabBrokenEvent #
Constructors
| GrabBrokenEvent (ManagedPtr GrabBrokenEvent) |
Instances
data GrabBrokenEventGetGrabSurfaceMethodInfo #
Instances
| (signature ~ m Surface, MonadIO m, IsGrabBrokenEvent a) => OverloadedMethod GrabBrokenEventGetGrabSurfaceMethodInfo a signature | |
Defined in GI.Gdk.Objects.GrabBrokenEvent Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GrabBrokenEventGetGrabSurfaceMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.GrabBrokenEvent Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data GrabBrokenEventGetImplicitMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsGrabBrokenEvent a) => OverloadedMethod GrabBrokenEventGetImplicitMethodInfo a signature | |
Defined in GI.Gdk.Objects.GrabBrokenEvent Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo GrabBrokenEventGetImplicitMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.GrabBrokenEvent Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (BoxedPtr o, TypedObject o, IsDescendantOf GrabBrokenEvent o) => IsGrabBrokenEvent o #
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf GrabBrokenEvent o) => IsGrabBrokenEvent o | |
Defined in GI.Gdk.Objects.GrabBrokenEvent | |
type family ResolveGrabBrokenEventMethod (t :: Symbol) o where ... #
Equations
grabBrokenEventGetGrabSurface :: (HasCallStack, MonadIO m, IsGrabBrokenEvent a) => a -> m Surface #
grabBrokenEventGetImplicit :: (HasCallStack, MonadIO m, IsGrabBrokenEvent a) => a -> m Bool #
toGrabBrokenEvent :: (MonadIO m, IsGrabBrokenEvent o) => o -> m GrabBrokenEvent #