pub unsafe extern "C" fn gui_view_port_send_to_front(
    gui: *mut Gui,
    view_port: *mut ViewPort
)
Expand description

Send ViewPort to the front

Places selected ViewPort to the top of the drawing stack

@param gui Gui instance @param view_port ViewPort instance