mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
95c766e9e4
Add decorator variants for decorator components Add the "pipe" operator for components, similar to what was done for Elements. We are able to put something like: ``` Button(...) | Maybe(&show_button) ``` Add decorators for: - `Maybe` - `CatchEvent` - `Renderer` Signed-off-by: Kefu Chai <tchaikov@gmail.com> Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com> |
||
---|---|---|
.. | ||
captured_mouse.hpp | ||
component_base.hpp | ||
component_options.hpp | ||
component.hpp | ||
deprecated.hpp | ||
event.hpp | ||
mouse.hpp | ||
receiver.hpp | ||
screen_interactive.hpp | ||
task.hpp |