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

Stopgap.Graphics.UI.Gtk.Window

Documentation

newtype Type Source #

Constructors

Type Word32 

Instances

Instances details
Read Type Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Show Type Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Eq Type Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

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

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

pattern Popup :: Type Source #

pattern Toplevel :: Type Source #

newtype W Source #

Constructors

W (Ptr WTag) 

Instances

Instances details
Show W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

showsPrec :: Int -> W -> ShowS #

show :: W -> String #

showList :: [W] -> ShowS #

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 #

IsC W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

toC :: W -> C Source #

IsW W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

toW :: W -> W Source #

IsO W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

toO :: W -> O Source #

type Tag W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

type Tag W = WTag

close :: W -> IO () Source #