Make more images static.

This commit is contained in:
Mitchell Livingston
2006-06-16 01:50:10 +00:00
parent 84ae6d401d
commit 338b2a6a19
2 changed files with 20 additions and 20 deletions

View File

@@ -32,7 +32,7 @@
- (void) placeBar: (NSImage *) barImage width: (float) width point: (NSPoint) point;
- (void) buildSimpleBar: (float) width point: (NSPoint) point;
- (void) buildAdvancedBar: (float) width point: (NSPoint) point;
- (void) buildAdvancedBar: (float) widthFloat point: (NSPoint) point;
@end