#include "scroller.hpp"Classes | |
| class | ftxui::ScrollerBase |
| A custom scroller component that synchronizes with an external index and applies a custom cursor background color. More... | |
Namespaces | |
| namespace | ftxui |
Functions | |
| auto | ftxui::Scroller (Component child, int *external_selected, Color cursor_bg, Color inactive_menu_cursor_bg) -> Component |
| Factory function to create a Scroller component. | |