pub unsafe extern "C" fn uiTableAppendImageColumn(
t: *mut uiTable,
name: *const c_char,
imageModelColumn: c_int,
)
Expand description
Appends an image column to the table.
Images are drawn at icon size, using the representation that best fits the pixel density of the screen.
@param t uiTable instance.
@param name Column title text.\n
A valid, NUL
terminated UTF-8 string.\n
Data is copied internally. Ownership is not transferred.
@param imageModelColumn Column that holds the images to be displayed.\n
#uiTableValueTypeImage
@memberof uiTable