wxWidgets/utils
Dimitri Schoolwerth ee7553e935 Added NSApplicationDelegate's openFiles for wxOSX-Cocoa.
openFiles (available since OS X 10.3) replaces using the openFile method. It allows for more convenient handling of multiple drops and knowing in advance how much files/folders are dropped instead of openFile with which you only get to respond to a single file/folder drop at a time. By default openFiles calls the newly added MacOpenFiles which calls MacOpenFile multiple times, so ordinarily the behaviour is backwards compatible (both on wxOSX Cocoa and Carbon).

The openFile instance method has been removed because it doesn't seem to be called anymore: neither when dropping a single file on the application in the dock or Finder nor when passed as a command-line argument.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-09 22:17:12 +00:00
..
emulator Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
execmon Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
helpview Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. 2011-08-09 22:17:12 +00:00
hhp2cached Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ifacecheck Fixed various typos. 2011-03-22 14:17:38 +00:00
screenshotgen Fix libraries order in screenshotgen bakefile. 2011-02-26 17:51:34 +00:00
wxrc Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
makefile.bcc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.gcc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
Makefile.in Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.vc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.wat Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
utils.bkl Reenable build of execmon in utils bakefile. 2009-09-13 11:55:08 +00:00