Release 5.  Copyright ©1994-1998 by TipTop Software, Inc.  All Rights Reserved.





TTOBCLabel




Inherits From: TTOBCell
Declared In: <ObjBrowser/TTOBCLabel.h>



Class Description

Instances of this class can be used in OB as label cells.  Label cells appear as 50% gray cells with dark gray text in OB, and are not selectable.




Method Types

setStringValue:



Instance Methods

setStringValue
  (void)setStringValue:(NSString *)text

Sets the string value of the cell.  The string value is drawn in OB.




###