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