FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
selection_style.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 El espacio de nombres ftxui:: de FTXUI.
 

Functions

Element selectionStyleReset (Element child)
 Restablece el estilo de selección de un elemento.
 
Decorator selectionBackgroundColor (Color foreground)
 Establece el color de fondo de un elemento cuando está seleccionado. Tenga en cuenta que el estilo se aplica además del estilo existente.
 
Decorator selectionForegroundColor (Color foreground)
 Establece el color de primer plano de un elemento cuando está seleccionado. Tenga en cuenta que el estilo se aplica además del estilo existente.
 
Decorator selectionColor (Color foreground)
 Establece el color de un elemento cuando está seleccionado.
 
Decorator selectionStyle (std::function< void(Pixel &)> style)
 Establece el estilo de un elemento cuando está seleccionado.
 

Variable Documentation

◆ style_

std::function<void(Pixel&)> style_

Definition at line 47 of file selection_style.cpp.