pub unsafe extern "C" fn uiEntrySetReadOnly(
    e: *mut uiEntry,
    readonly: c_int
)
Expand description

Sets whether or not the entry’s text is read only.

@param e uiEntry instance. @param readonly TRUE to make read only, FALSE otherwise. @memberof uiEntry