fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.TextEditor

Synopsis

    Hierarchy

    Widget Functions

    draw :: Ref TextEditor -> IO ()
    
    handle :: Ref TextEditor -> Event -> IO (Either UnknownEvent ())
    
    hide :: Ref TextEditor -> IO ()
    
    resize :: Ref TextEditor -> Rectangle -> IO ()
    
    showWidget :: Ref TextEditor -> IO ()
    

    Orphan instances

    impl ~ IO () => Op (Draw ()) TextEditor orig impl Source # 
    Instance details

    Methods

    runOp :: Draw () -> orig -> Ref TextEditor -> impl Source #

    impl ~ (Rectangle -> IO ()) => Op (Resize ()) TextEditor orig impl Source # 
    Instance details

    Methods

    runOp :: Resize () -> orig -> Ref TextEditor -> impl Source #

    impl ~ IO () => Op (Hide ()) TextEditor orig impl Source # 
    Instance details

    Methods

    runOp :: Hide () -> orig -> Ref TextEditor -> impl Source #

    impl ~ IO () => Op (ShowWidget ()) TextEditor orig impl Source # 
    Instance details

    Methods

    runOp :: ShowWidget () -> orig -> Ref TextEditor -> impl Source #

    impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) TextEditor orig impl Source # 
    Instance details

    Methods

    runOp :: Handle () -> orig -> Ref TextEditor -> impl Source #