home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / TitleBox.wo / TitleBox.wod < prev    next >
Encoding:
Text File  |  1996-03-02  |  235 b   |  16 lines

  1. ////////////////////////
  2. //  TitleBox
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. TitleString: FontString {
  8.     value = value;
  9.     fontColor = fontColor;
  10.     fontSize = fontSize;
  11. };
  12.  
  13. Comment: WOConditional {
  14.     condition = NO;
  15. };
  16.