pub unsafe extern "C" fn uiNewNonWrappingMultilineEntry(
) -> *mut uiMultilineEntry
Expand description

Creates a new multi line entry that scrolls horizontally when lines overflow.

@remark Windows does not allow for this style to be changed after creation, hence the two constructors. @returns A new uiMultilineEntry instance. @memberof uiMultilineEntry @static