Safe Haskell | None |
---|
HROOT.Core.TApplication
Documentation
newtype TApplication Source
Constructors
TApplication (ForeignPtr RawTApplication) |
Instances
class (ITObject a, ITQObject a) => ITApplication a whereSource
Instances
upcastTApplication :: (FPtr a, ITApplication a) => a -> TApplicationSource
downcastTApplication :: (FPtr a, ITApplication a) => TApplication -> aSource
newTApplication :: CString -> Ptr CInt -> Ptr CString -> IO TApplicationSource