SetDialogDefaultItem
SetDialogDefaultItem Tell Dialog Mgr which item in dialog should be default item
Dialog Manager
OSErr SetDialogDefaultItem( theDialog, newItem );
DialogPtr theDialog; dialog whose default item is being set
short newItem; item to make default
SetDialogDefaultItem indicates to the Dialog Manager which item is the
default. It will alias the return and enter keys to this item, and also bold
border it.
theDialog dialog whose default item is being set.
newItem item to make be the default item.
Returns: error code

Notes: This routine is not yet documented in any MPW header file (hence, it is not
in any THINK C or THINK Pascal header file either). The information given
above comes from Macintosh Technical Note #304. This tech. note also gives
the inline glue for the call as follows:
short newItem) = {0x303C,0x0304,0xAA68};