|
FabGL
ESP32 VGA Controller and Graphics Library
|
Contains the listbox style. More...
#include <fabui.h>

Public Attributes | |
| RGB | backgroundColor = RGB(2, 2, 2) |
| RGB | focusedBackgroundColor = RGB(3, 3, 3) |
| RGB | focusedSelectedBackgroundColor = RGB(0, 0, 3) |
| int | itemHeight = 16 |
| RGB | selectedBackgroundColor = RGB(0, 0, 2) |
| RGB | selectedTextColor = RGB(3, 3, 3) |
| RGB | textColor = RGB(0, 0, 0) |
| FontInfo const * | textFont = Canvas.getPresetFontInfoFromHeight(14, false) |
Contains the listbox style.
Background color when selected and focused
| int fabgl::uiListBoxStyle::itemHeight = 16 |
Item height in pixels
| FontInfo const* fabgl::uiListBoxStyle::textFont = Canvas.getPresetFontInfoFromHeight(14, false) |
Text font