source: trunk/lang/tcl/scripts/objects/group/group.rp @ 3177

Last change on this file since 3177 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 771 bytes
Line 
1# ----------------------------------------------------------------------
2#  RAPPTURE OBJECT: group
3#
4#  A group keeps values together.  Right now, it is only recognized
5#  on the input side, but it should be recognized on the output side
6#  in the future.
7#
8# ======================================================================
9#  AUTHOR:  Michael McLennan, Purdue University
10#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
11#
12#  See the file "license.terms" for information on usage and
13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
14# ======================================================================
15
16object group -extends base {
17    palettes "Inputs" "Grouping"
18    help http://rappture.org/wiki/rp_xml_ele_group
19    terminal no
20}
Note: See TracBrowser for help on using the repository browser.