Mac OS X updates: Added dialog box requesting user to wait while font cache is being built. Created custom "About Tux Paint" dialog.

This commit is contained in:
Martin Fuhrer 2008-01-04 05:42:15 +00:00
parent 926ee26f67
commit 51cdfee8fe
2 changed files with 18 additions and 4 deletions

View file

@ -4,6 +4,7 @@
{
ACTIONS = {
makeFullscreen = id;
onAbout = id;
onHelp = id;
onNew = id;
onOpen = id;
@ -16,8 +17,19 @@
};
CLASS = SDLMain;
LANGUAGE = ObjC;
OUTLETS = {
aboutWindow = NSWindow;
acknowledgmentsText = TransparentTextView;
appnameText = NSTextField;
messagePanel = NSPanel;
messageProgress = NSProgressIndicator;
messageStatus = NSTextField;
messageText = NSTextField;
versionText = NSTextField;
};
SUPERCLASS = NSObject;
}
},
{CLASS = TransparentTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
);
IBVersion = 1;
}