Safe Haskell | Safe-Inferred |
---|
Synopsis
- type Window = Fltk.Window MsgType
- create :: Int -> Int -> Int -> Int -> String -> Int -> Fltk.Fltk Window
- c_create_logview :: CInt -> CInt -> CInt -> CInt -> CInt -> CString -> FunPtr Fltk.MsgCallback -> IO (Ptr Window)
- append_log :: Window -> B.ByteString -> B.ByteString -> Fltk.Fltk ()
- c_append_log :: Ptr Window -> CString -> CString -> IO ()
- clear_logs :: Window -> Fltk.Fltk ()
- c_clear_logs :: Ptr Window -> IO ()
- set_status :: Window -> B.ByteString -> B.ByteString -> Fltk.Fltk ()
- c_set_status :: Ptr Window -> CString -> CString -> IO ()
- set_filter :: Window -> Text -> Fltk.Fltk ()
- c_set_filter :: Ptr Window -> CString -> IO ()
- bring_to_front :: Window -> Fltk.Fltk ()
- c_bring_to_front :: Ptr Window -> IO ()
- data MsgType
- decode_type :: CInt -> MsgType
Documentation
type Window = Fltk.Window MsgType Source #
c_create_logview :: CInt -> CInt -> CInt -> CInt -> CInt -> CString -> FunPtr Fltk.MsgCallback -> IO (Ptr Window) Source #
append_log :: Window -> B.ByteString -> B.ByteString -> Fltk.Fltk () Source #
clear_logs :: Window -> Fltk.Fltk () Source #
set_status :: Window -> B.ByteString -> B.ByteString -> Fltk.Fltk () Source #
bring_to_front :: Window -> Fltk.Fltk () Source #
implementation
decode_type :: CInt -> MsgType Source #