Generic function
Sets the tab pages of the specified tab control.
tab-control-pages-setter pages tab-control #key page => pages
limited(<sequence>, of: <page>).
<tab-control>.
<page>.
limited(<sequence>, of: <page>).
duim-gadgets
duim-gadgets
Sets the tab pages available to tab-control, optionally setting page to the default page to be displayed. The pages argument is an instance of limited(<sequence>, of: <page>). The page argument is an instance of <page> and, moreover, must be one of the pages contained in pages.
The tab-control-pages-setter function is used as follows:
tab-control-pages(my-tab-control, page: my-page) := my-pages
<tab-control>, page 656
tab-control-pages, page 663