Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data BoxTextHandler Source #
Instances
data TextInputState Source #
Instances
Show TextInputState Source # | |
Defined in Potato.Flow.Controller.Manipulator.TextInputState showsPrec :: Int -> TextInputState -> ShowS # show :: TextInputState -> String # showList :: [TextInputState] -> ShowS # |
makeBoxTextHandler :: SomePotatoHandler -> CanvasSelection -> RelMouseDrag -> BoxTextHandler Source #
data BoxLabelHandler Source #
Instances
makeBoxLabelHandler :: SomePotatoHandler -> CanvasSelection -> RelMouseDrag -> BoxLabelHandler Source #
lBox_to_boxLabelBox :: LBox -> LBox Source #
makeTextInputState :: REltId -> SBox -> RelMouseDrag -> TextInputState Source #
mouseText :: TextInputState -> RelMouseDrag -> TextInputState Source #