Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

tab-control-pages-setter

Generic function

Summary

Sets the tab pages of the specified tab control.

Signature

tab-control-pages-setter pages tab-control #key page 
=> pages

Arguments

pages
An instance of type limited(<sequence>, of: <page>).

tab-control
An instance of <tab-control>.

page
An instance of <page>.

Values

pages
An instance of type limited(<sequence>, of: <page>).

Library

duim-gadgets

Module

duim-gadgets

Description

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

See also

<page>, page 623

<tab-control>, page 656

tab-control-pages, page 663


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index