Function flipperzero_sys::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