Last change
on this file since 2261 was
2261,
checked in by livings124, 15 years ago
|
fix blurry icon when resizing the creator window
|
File size:
994 bytes
|
Line | |
---|
1 | { |
---|
2 | IBClasses = ( |
---|
3 | { |
---|
4 | ACTIONS = { |
---|
5 | cancelCreateProgress = id; |
---|
6 | cancelCreateWindow = id; |
---|
7 | create = id; |
---|
8 | setLocation = id; |
---|
9 | }; |
---|
10 | CLASS = CreatorWindowController; |
---|
11 | LANGUAGE = ObjC; |
---|
12 | OUTLETS = { |
---|
13 | fCommentView = NSTextView; |
---|
14 | fIconView = NSImageView; |
---|
15 | fLocationField = NSTextField; |
---|
16 | fNameField = NSTextField; |
---|
17 | fOpenCheck = NSButton; |
---|
18 | fPiecesField = NSTextField; |
---|
19 | fPrivateCheck = NSButton; |
---|
20 | fProgressIndicator = NSProgressIndicator; |
---|
21 | fProgressView = NSView; |
---|
22 | fStatusField = NSTextField; |
---|
23 | fTrackerField = NSTextField; |
---|
24 | }; |
---|
25 | SUPERCLASS = NSWindowController; |
---|
26 | }, |
---|
27 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } |
---|
28 | ); |
---|
29 | IBVersion = 1; |
---|
30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.