Sha256: f7f230a2f795b407175ce0184ac24a06977a7081724fb967bac9fd56aeecccb0
Contents?: true
Size: 476 Bytes
Versions: 7
Compression:
Stored size: 476 Bytes
Contents
/*** = Description ** Define default HView setting here. Will be used, when no or invalid constructor ** options are supplied. ***/ var//RSence.Foundation HViewDefaults = HClass.extend({ /** Whether or not to draw when constructed. */ autoDraw: true, /** The default label. A label is the "visual value" of a component that * operates on a "hidden" value. **/ label: "", /** The default initial visibility of the component. **/ visible: true });
Version data entries
7 entries across 7 versions & 1 rubygems