Stopgap.Graphics.UI.Gtk.Window
newtype Type Source #
Constructors
Defined in Stopgap.Graphics.UI.Gtk.Window
Methods
readsPrec :: Int -> ReadS Type #
readList :: ReadS [Type] #
readPrec :: ReadPrec Type #
readListPrec :: ReadPrec [Type] #
showsPrec :: Int -> Type -> ShowS #
show :: Type -> String #
showList :: [Type] -> ShowS #
(==) :: Type -> Type -> Bool #
(/=) :: Type -> Type -> Bool #
pattern Popup :: Type Source #
pattern Toplevel :: Type Source #
unType :: Type -> Word32 Source #
data WTag Source #
newtype W Source #
showsPrec :: Int -> W -> ShowS #
show :: W -> String #
showList :: [W] -> ShowS #
Associated Types
toPtr :: W -> Ptr (Tag W) Source #
fromPtr :: Ptr (Tag W) -> W Source #
toC :: W -> C Source #
toW :: W -> W Source #
toO :: W -> O Source #
new :: Type -> IO W Source #
c_gtk_window_new :: Type -> IO W Source #
close :: W -> IO () Source #
c_gtk_window_close :: W -> IO () Source #