uiNewTableValueInt

Function uiNewTableValueInt 

Source
pub unsafe extern "C" fn uiNewTableValueInt(
    i: c_int,
) -> *mut uiTableValue
Expand description

Creates a new table value to store an integer.

This value type can be used in conjunction with properties like column editable [TRUE, FALSE] or controls like progress bars and checkboxes. For these, consult uiProgressBar and uiCheckbox for the allowed integer ranges.

@param i Integer value. @returns A new uiTableValue instance. @memberof uiTableValue @static