Function ul_next_sys::ulViewSetCreateInspectorViewCallback

source ยท
pub unsafe extern "C" fn ulViewSetCreateInspectorViewCallback(
    view: ULView,
    callback: ULCreateInspectorViewCallback,
    user_data: *mut c_void,
)
Expand description

Set callback for when the page wants to create a new View to display the local inspector in.

You should create a new View in this callback, resize it to your container, and return it. You are responsible for displaying the returned View.