added ability to restore the playlist window from the Window menu if it was closed

CQTexperiment
vurlix 2005-09-20 05:13:38 +00:00
parent b644e05f55
commit c4b1d16d5a
6 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@
@interface AppController : NSObject @interface AppController : NSObject
{ {
IBOutlet PlaylistController *playlistController; IBOutlet PlaylistController *playlistController;
IBOutlet NSWindow *mainWindow; IBOutlet NSPanel *mainWindow;
IBOutlet NSButton *playButton; IBOutlet NSButton *playButton;
IBOutlet NSButton *stopButton; IBOutlet NSButton *stopButton;

View File

@ -14,7 +14,7 @@
OUTLETS = { OUTLETS = {
addButton = NSButton; addButton = NSButton;
infoButton = NSButton; infoButton = NSButton;
mainWindow = NSWindow; mainWindow = NSPanel;
nextButton = NSButton; nextButton = NSButton;
playButton = NSButton; playButton = NSButton;
playlistController = PlaylistController; playlistController = PlaylistController;

View File

@ -3,13 +3,13 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>69 104 356 240 0 0 1024 746 </string> <string>95 143 356 240 0 0 1280 938 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>243 676 346 44 0 0 1024 746 </string> <string>335 861 346 44 0 0 1280 938 </string>
<key>463</key> <key>463</key>
<string>336 385 352 268 0 0 1024 746 </string> <string>464 511 352 268 0 0 1280 938 </string>
<key>513</key> <key>513</key>
<string>475 157 109 106 0 0 1024 746 </string> <string>475 157 109 106 0 0 1024 746 </string>
</dict> </dict>
@ -30,6 +30,7 @@
<array> <array>
<integer>463</integer> <integer>463</integer>
<integer>21</integer> <integer>21</integer>
<integer>29</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8C46</string> <string>8C46</string>

Binary file not shown.

View File

@ -3,11 +3,11 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>78 145 356 240 0 0 1024 746 </string> <string>108 200 356 240 0 0 1280 938 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>335 923 346 44 0 0 1280 1002 </string> <string>335 861 394 44 0 0 1280 938 </string>
<key>463</key> <key>463</key>
<string>484 555 312 249 0 0 1280 1002 </string> <string>484 555 312 249 0 0 1280 1002 </string>
<key>513</key> <key>513</key>
@ -21,10 +21,11 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer>
<integer>280</integer> <integer>280</integer>
<integer>21</integer> <integer>21</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8B15</string> <string>8C46</string>
</dict> </dict>
</plist> </plist>

Binary file not shown.