moffy-samples-gtk3-run-0.1.0.7: Package to run moffy samples - GTK3 version
Safe HaskellNone
LanguageHaskell2010

Stopgap.Graphics.UI.Gdk.Event.Motion

Documentation

newtype M Source #

Constructors

M_ (ForeignPtr M) 

Instances

Instances details
Storable M Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gdk.Event.Motion

Methods

sizeOf :: M -> Int #

alignment :: M -> Int #

peekElemOff :: Ptr M -> Int -> IO M #

pokeElemOff :: Ptr M -> Int -> M -> IO () #

peekByteOff :: Ptr b -> Int -> IO M #

pokeByteOff :: Ptr b -> Int -> M -> IO () #

peek :: Ptr M -> IO M #

poke :: Ptr M -> M -> IO () #

Show M Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gdk.Event.Motion

Methods

showsPrec :: Int -> M -> ShowS #

show :: M -> String #

showList :: [M] -> ShowS #

Eq M Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gdk.Event.Motion

Methods

(==) :: M -> M -> Bool #

(/=) :: M -> M -> Bool #

Ord M Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gdk.Event.Motion

Methods

compare :: M -> M -> Ordering #

(<) :: M -> M -> Bool #

(<=) :: M -> M -> Bool #

(>) :: M -> M -> Bool #

(>=) :: M -> M -> Bool #

max :: M -> M -> M #

min :: M -> M -> M #

pattern M :: Type -> PtrGdkWindow -> Int8 -> Word32 -> Double -> Double -> PtrGdouble -> Word32 -> Int16 -> PtrGdkDevice -> Double -> Double -> M Source #