pub unsafe extern "C" fn uiTabInsertAt(
    t: *mut uiTab,
    name: *const c_char,
    index: c_int,
    c: *mut uiControl
)
Expand description

Inserts a control in form of a page/tab with label at @p index.

@param t uiTab instance. @param name Label text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @param index Index at which to insert the control. @param c Control to insert. @memberof uiTab