Function libui_ng_sys::uiNewGroup

source ·
pub unsafe extern "C" fn uiNewGroup(
    title: *const c_char
) -> *mut uiGroup
Expand description

Creates a new group.

@param title Group title text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @returns A new uiGroup instance. @memberof uiGroup @static