The Card widget is a Motif equivalent of the Java CardLayout class. It lays out its children so that they are all the same size as itself with only the topmost child visible. Each child can be given a "page number" and the Card widget can be told to show the child with a specified page number.
A typical use for the Card widget is multi-page dialogs controlled by an Option menu or by "Tab" buttons.
See also: