view_stack_add_view

Function view_stack_add_view 

Source
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.

ยงArguments

  • view_stack - instance
  • view - view to add