[ CCode ( cname = "xapp_preferences_window_add_page" ) ]
public void add_page (Widget widget, string name, string title)
Adds a page to the window.
The page is identified by name. The title will be used in the sidebar so should be short. The sidebar will show automatically once at least two pages are added.
| this | |
| widget |
a Widget to add |
| name |
the name for the page |
| title |
a human-readable title for the page |