FabGL
ESP32 Display Controller and Graphics Library
uiListBoxStyle Struct Reference

Contains the listbox style. More...

#include <fabui.h>

Public Attributes

RGB888 backgroundColor = RGB888(128, 128, 128)
 
RGB888 focusedBackgroundColor = RGB888(255, 255, 255)
 
RGB888 focusedSelectedBackgroundColor = RGB888(0, 0, 255)
 
int itemHeight = 16
 
RGB888 selectedBackgroundColor = RGB888(0, 0, 255)
 
RGB888 selectedTextColor = RGB888(255, 255, 255)
 
RGB888 textColor = RGB888(0, 0, 0)
 
FontInfo const * textFont = &FONT_std_14
 

Detailed Description

Contains the listbox style.

Definition at line 1967 of file fabui.h.


The documentation for this struct was generated from the following file: