really changing find nib to be more cocoa-like

This commit is contained in:
pinkerton%netscape.com 2003-11-14 19:47:18 +00:00
parent a157ed2b26
commit 544fffb22a
3 changed files with 12 additions and 8 deletions

View File

@ -1,13 +1,13 @@
{
IBClasses = (
{
ACTIONS = {find = id; };
ACTIONS = {findNextAndOrderOut = id; findNextButton = id; findPreviousButton = id; };
CLASS = FindDlgController;
LANGUAGE = ObjC;
OUTLETS = {
mFindButton = NSButton;
mFindNextButton = NSButton;
mFindPrevButton = NSButton;
mIgnoreCaseBox = NSButton;
mSearchBackwardsBox = NSButton;
mSearchField = NSTextField;
mWrapAroundBox = NSButton;
};

View File

@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>180 86 356 240 0 0 1152 746 </string>
<string>178 292 356 240 0 0 1152 848 </string>
<key>IBFramework Version</key>
<string>248.0</string>
<string>349.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>5S66</string>
<string>7B85</string>
</dict>
</plist>