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

Stopgap.Data.Ptr

Documentation

class IsPtr a where Source #

Associated Types

type Tag a Source #

Methods

toPtr :: a -> Ptr (Tag a) Source #

fromPtr :: Ptr (Tag a) -> a Source #

Instances

Instances details
IsPtr Null Source # 
Instance details

Defined in Stopgap.Data.Ptr

Associated Types

type Tag Null 
Instance details

Defined in Stopgap.Data.Ptr

type Tag Null = Null
IsPtr D Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.DrawingArea

Associated Types

type Tag D 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.DrawingArea

type Tag D = DTag

Methods

toPtr :: D -> Ptr (Tag D) Source #

fromPtr :: Ptr (Tag D) -> D Source #

IsPtr W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Associated Types

type Tag W 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

type Tag W = WTag

Methods

toPtr :: W -> Ptr (Tag W) Source #

fromPtr :: Ptr (Tag W) -> W Source #

data Null Source #

Constructors

Null 

Instances

Instances details
IsPtr Null Source # 
Instance details

Defined in Stopgap.Data.Ptr

Associated Types

type Tag Null 
Instance details

Defined in Stopgap.Data.Ptr

type Tag Null = Null
type Tag Null Source # 
Instance details

Defined in Stopgap.Data.Ptr

type Tag Null = Null