Function zng::text::get_overflow
source ยท pub fn get_overflow(child: impl UiNode, txt: impl IntoVar<Txt>) -> impl UiNode
Expand description
P
Gets the overflow text, that is a clone of the text starting from the first overflow character.
Note that overflow is tracked even if txt_overflow
is set to TextOverflow::Ignore
.