pub unsafe extern "C" fn view_stack_add_view(
    view_stack: *mut ViewStack,
    view: *mut View
)
Expand description

Add View to ViewStack. Adds View on top of ViewStack.

@param view_stack instance @view view view to add