DesktopApp.add_pages#

DesktopApp.add_pages(*pages, do_copy=False)[source]#

Adds pages to the app.

Parameters:
  • pages (list(Page)) – List of Page objects.

  • do_copy (bool, default = False) – If True, the Page will be copied before adding to the app.