I'm writing a program for OS 9 and need to use a data browser
control. Now, the data browser functions in "Controls.h" and
"ControlDefinitions.h" are only for Carbon, but in my case porting
the program to carbon would arise several problems. Is there a way
to work around this? I see the Finder and other system tools make
large use of data browsers without using Carbon: is there, perhaps,
a resource of some type I don't know?
The Finder on Mac OS 9 does not use the DataBrowser; it uses its own
custom implementation. There is no version of the DataBrowser
available for non-CarbonLib-based Mac OS 9 applications.