nstd_gui_window_set_title

Function nstd_gui_window_set_title 

Source
pub unsafe extern "C" fn nstd_gui_window_set_title(
    window: NSTDWindow,
    title: *const c_char,
) -> c_int
Expand description

Sets a window’s title. Parameters: NSTDWindow window - The window. const char *const title - The new window title. Returns: int errc - Nonzero on error.