| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gdk.Objects.ButtonEvent
Description
Documentation
newtype ButtonEvent #
Constructors
| ButtonEvent (ManagedPtr ButtonEvent) |
Instances
data ButtonEventGetButtonMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsButtonEvent a) => OverloadedMethod ButtonEventGetButtonMethodInfo a signature | |
Defined in GI.Gdk.Objects.ButtonEvent Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo ButtonEventGetButtonMethodInfo (a :: Type) | |
Defined in GI.Gdk.Objects.ButtonEvent Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (BoxedPtr o, TypedObject o, IsDescendantOf ButtonEvent o) => IsButtonEvent o #
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf ButtonEvent o) => IsButtonEvent o | |
Defined in GI.Gdk.Objects.ButtonEvent | |
type family ResolveButtonEventMethod (t :: Symbol) o where ... #
Equations
buttonEventGetButton :: (HasCallStack, MonadIO m, IsButtonEvent a) => a -> m Word32 #
toButtonEvent :: (MonadIO m, IsButtonEvent o) => o -> m ButtonEvent #