Function nuklear_sys::nk_begin_titled [] [src]

pub unsafe extern "C" fn nk_begin_titled(
    arg1: *mut nk_context,
    name: *const c_char,
    title: *const c_char,
    bounds: nk_rect,
    flags: nk_flags
) -> c_int