Source: master/hs_container__add_dataset.pro
hs_container::add_dataset
Add a dataset to the container.
Usage:
dsref=hsref -> add_datase([class|dsref], name=name)
Argument:
class string The class of dataset to create (currently rate or pad
is allowed).
dsref objref A pre-existing dataset object.
Keywords:
name string A mnemonic name for the dataset.
menu If set, then do a menu-based initialization.
group long A group-leader for the widget hierarchy.
History:
Original: 14/3/00; SJT
Change to a function returning the ds reference: 19/4/01; SJT