Stopgap.Data.Ptr
class IsPtr a where Source #
Associated Types
type Tag a Source #
Methods
toPtr :: a -> Ptr (Tag a) Source #
fromPtr :: Ptr (Tag a) -> a Source #
Defined in Stopgap.Data.Ptr
toPtr :: Null -> Ptr (Tag Null) Source #
fromPtr :: Ptr (Tag Null) -> Null Source #
Defined in Stopgap.Graphics.UI.Gtk.DrawingArea
toPtr :: D -> Ptr (Tag D) Source #
fromPtr :: Ptr (Tag D) -> D Source #
Defined in Stopgap.Graphics.UI.Gtk.Window
toPtr :: W -> Ptr (Tag W) Source #
fromPtr :: Ptr (Tag W) -> W Source #
data Null Source #
Constructors