pub unsafe extern "C" fn view_dispatcher_attach_to_gui(
    view_dispatcher: *mut ViewDispatcher,
    gui: *mut Gui,
    type_: ViewDispatcherType
)
Expand description

Attach ViewDispatcher to GUI

@param view_dispatcher ViewDispatcher instance @param gui GUI instance to attach to @param[in] type The type