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

Last change on this file since 2154 was 2154, checked in by mmc, 13 years ago

Added a definition for the "choice" object, along with the "choices" editor
for specifying values.

Numerous fixes to the object system: Cleaned up the palettes for all
objects so they can be used to warn about things like output objects on
the input side. Marked may attributes as "input only" via the new -only
option for attributes. Fixed the label/description checks so that they
occur properly when inherited from the "base" object class.

File size: 774 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-2011  Purdue Research Foundation
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.