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

Stopgap.Graphics.UI.Gdk.Event.Button

Documentation

newtype B Source #

Constructors

B_ (ForeignPtr B) 

Instances

Instances details
Storable B Source # 
Instance details

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

Methods

sizeOf :: B -> Int #

alignment :: B -> Int #

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

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

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

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

peek :: Ptr B -> IO B #

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

Show B Source # 
Instance details

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

Methods

showsPrec :: Int -> B -> ShowS #

show :: B -> String #

showList :: [B] -> ShowS #

Eq B Source # 
Instance details

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

Methods

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

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

Ord B Source # 
Instance details

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

Methods

compare :: B -> B -> Ordering #

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

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

(>) :: B -> B -> Bool #

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

max :: B -> B -> B #

min :: B -> B -> B #

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