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

Stopgap.Graphics.UI.Gtk.Container

Documentation

newtype C Source #

Constructors

C (Ptr CTag) 

Instances

Instances details
Show C Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Container

Methods

showsPrec :: Int -> C -> ShowS #

show :: C -> String #

showList :: [C] -> ShowS #

class IsW c => IsC c where Source #

Methods

toC :: c -> C Source #

Instances

Instances details
IsC W Source # 
Instance details

Defined in Stopgap.Graphics.UI.Gtk.Window

Methods

toC :: W -> C Source #

add :: (IsC c, IsW w) => c -> w -> IO () Source #