FabGL
ESP32 Display Controller and Graphics Library
uiTextEditStyle Struct Reference

Sets or gets text edit style. More...

#include <fabui.h>

Public Attributes

RGB888 backgroundColor = RGB888(128, 128, 128)
 
RGB888 focusedBackgroundColor = RGB888(255, 255, 255)
 
RGB888 mouseOverBackgroundColor = RGB888(255, 255, 255)
 
RGB888 textColor = RGB888(0, 0, 0)
 
FontInfo const * textFont = &FONT_std_14
 

Detailed Description

Sets or gets text edit style.

Returns
L-value representing frame style (colors, font, etc...)

Definition at line 1382 of file fabui.h.


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