home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "ExportCell.h"
- #import <appkit/Text.h>
-
- @implementation ExportCell
-
- - init
- {
- [super init];
-
- [super initIconCell:"NXswitch"];
- [super setAltIcon:"NXswitchH"];
- [super setType:NX_TOGGLE];
- [super setIconPosition:NX_ICONLEFT];
- [super setBordered:NO];
- [super setAlignment:NX_LEFTALIGNED];
- [super setState:1];
-
- return self;
- }
-
- @end
-