pub unsafe extern "C" fn uiEntryReadOnly(e: *mut uiEntry) -> c_int
Expand description
Returns whether or not the entry’s text can be changed.
@param e uiEntry instance.
@returns TRUE
if read only, FALSE
otherwise. [Default: FALSE
]
@memberof uiEntry