зеркало из https://github.com/mozilla/gecko-dev.git
really changing find nib to be more cocoa-like
This commit is contained in:
Родитель
a157ed2b26
Коммит
544fffb22a
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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>
|
||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче