view_stack_remove_view

Function view_stack_remove_view 

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

Remove any View in ViewStack. If no View to remove found - ignore.

ยงArguments

  • view_stack - instance
  • view - view to remove