Stopgap.Graphics.UI.Gtk.Container
data CTag Source #
newtype C Source #
Constructors
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 #
toC :: c -> C Source #
Defined in Stopgap.Graphics.UI.Gtk.Window
toC :: W -> C Source #
add :: (IsC c, IsW w) => c -> w -> IO () Source #
c_gtk_container_add :: C -> W -> IO () Source #