present_subpage
Description:
[ Version ( deprecated = true ,  deprecated_since = "1.4" ) ]
public void present_subpage (Widget subpage)
  public void present_subpage (Widget subpage)
Warning: present_subpage is deprecated since 1.4.
Sets subpage as the window's subpage and opens it.
Note: 
      
        
    
    Use [method@PreferencesWindow.push_subpage] instead.
The transition can be cancelled by the user, in which case visible child will change back to the previously visible child.
Parameters:
| this | a preferences window | 
| subpage | the subpage |