pub const xpTextTransparent: _bindgen_ty_40 = 3;Expand description
A transparent text field. The user can type and the text is drawn, but no * background is drawn. You can draw your own background by adding a widget * handler and prehandling the draw message.