add-tab

Generic Function

Package: common-graphics

Arguments: tab-control tab-id label &key (index -1)

Creates a new tab-info and adds it to tab-control, with programmatic name tab-id and displaying the string label. index indicates the position at which to add the new tab. Zero indicates the first (leftmost) tab, 1 is the next leftmost tab, and so on. A negative number indicates a position from the end, where -1 is the last (rightmost) tab, -2 the next rightmost tab, and so on.

See the description of the tab-control class/control.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.