High Level Toolbox and Navigation Services Release Notes for Mac OS X v10.4.3

The High Level Toolbox is a subsystem of the Carbon framework for Mac OS X. It is composed of three frameworks: HIToolbox, HIServices, and NavigationServices. This document discusses bug fixes in the HIToolbox and NavigationServices frameworks for Mac OS X 10.4.3.

Contents:

Version Checking
HIToolbox Framework
NavigationServices Framework


Version Checking

If you need to check for a specific version of the HIToolbox framework, you can use either the kHIToolboxVersionNumber global variable (on 10.3 and later) or the CFBundleShortVersionString in the HIToolbox Info.plist dictionary. kHIToolboxVersionNumber contains the HIToolbox build number, which is incremented each time that HIToolbox is rebuilt during the course of a Mac OS X release; CFBundleShortVersionString contains a separate non-incrementing HIToolbox version for a given Mac OS X release. To test for the HIToolbox included in Mac OS X 10.4.3, check that kHIToolboxVersionNumber is at least 222, or that CFBundleShortVersionString is at least 1.4.4.

To check for the presence of bug fixes to the NavigationServices framework, you can use the CFBundleShortVersionString in the NavigationServices Info.plist dictionary. To test for the NavigationServices included in Mac OS X 10.4.3, check that CFBundleShortVersionString is at least 3.4.2.

HIToolbox Framework

Appearance Manager

DataBrowser

Dialog Manager

HIArchive

HIView Manager

HIWebView

IBCarbonRuntime

Menu Manager

MLTE

Text Services Manager

Window Manager

NavigationServices Framework





© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-01-10)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.