home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CoreDialogUtilPr_
- #define _CoreDialogUtilPr_
-
- #define pBWButtonOutlineProc 1
-
- pascal void indentBWButtonProc ( DialogRef, short );
- pascal Boolean DLOGStandardProc ( DialogRef, EventRecord *, short * );
- ControlHandle GetItemHandle ( DialogRef, short );
- void SetItemHandle ( DialogRef, short, short );
- Boolean ItemVisible ( DialogRef, short );
- short GetItemValue ( DialogRef, short );
- void SetItemValue ( DialogRef, short, short );
- void SetTextValue ( DialogRef, short, long );
- long GetTextValue ( DialogRef, short );
- void InvertItem ( DialogRef, short );
- void EnableDisableItem ( DialogRef, short, Boolean );
- void GetItemRect ( DialogRef, short, Rect * );
-
- #endif