I'm going to guess the answer to this is "no"...but is it possible to change a View's presentation style after the view has been presented?
So, for example, if I've already presented my view via:
view.present(style="full_screen", hide_title_bar=False, hide_close_button=False)
and then, some time later, I want to show the title bar and close button, is there some way to change that without closing the view and re-presenting?