Safe Haskell | Safe-Inferred |
---|
Synopsis
- type Window = Fltk.Window MsgType
- create :: Int -> Int -> Int -> Int -> Fltk.Fltk (Fltk.Window MsgType)
- c_create_browser :: CInt -> CInt -> CInt -> CInt -> CString -> FunPtr Fltk.MsgCallback -> IO (Ptr Window)
- insert_line :: Window -> Int -> Text -> Fltk.Fltk ()
- c_insert_line :: Ptr Window -> CInt -> CString -> IO ()
- remove_line :: Window -> Int -> Fltk.Fltk ()
- c_remove_line :: Ptr Window -> CInt -> IO ()
- set_info :: Window -> Text -> Fltk.Fltk ()
- c_set_info :: Ptr Window -> CString -> IO ()
- data MsgType
- decode_type :: CInt -> MsgType
Documentation
type Window = Fltk.Window MsgType Source #
c_create_browser :: CInt -> CInt -> CInt -> CInt -> CString -> FunPtr Fltk.MsgCallback -> IO (Ptr Window) Source #
implementation
decode_type :: CInt -> MsgType Source #