pub unsafe extern "C" fn widget_add_text_box_element(
widget: *mut Widget,
x: u8,
y: u8,
width: u8,
height: u8,
horizontal: Align,
vertical: Align,
text: *const c_char,
strip_to_dots: bool,
)Expand description
Add Text Box Element
§Arguments
widget- Widget instancex- x coordinatey- y coordinatewidth- width to fit textheight- height to fit texthorizontal- Align instancevertical- Align instancetext(direction in) - Formatted text. The following formats are available: “text- bold font is used “text- monospaced font is used “text- white text on black backgroundstrip_to_dots- Strip text to … if does not fit to width