Changeset 2046 for trunk/ESFloater.h
- Timestamp:
- 10/21/04 22:11:14 (4 years ago)
- Files:
-
- trunk/ESFloater.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ESFloater.h
r2040 r2046 16 16 } 17 17 18 + (id)floaterWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask ;18 + (id)floaterWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask title:(NSString *) title; 19 19 - (void)moveFloaterToPoint:(NSPoint)inPoint; 20 20 - (IBAction)close:(id)sender;
