Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
ListInDialog.h
/* |
File: ListInDialog.h |
Contains: |
Written by: Olav Andrade |
Copyright: © 1998 by Apple Computer, Inc., all rights reserved. |
Change History: |
To Do: |
*/ |
#ifndef __DIALOGS__ |
#include <dialogs.h> |
#endif |
#ifndef __LISTS__ |
#include <lists.h> |
#endif |
void SetupMenus( void ); |
pascal Boolean theListFilter( DialogPtr theDialog, EventRecord *theEvent, short *itemHit); |
void SetUpList(ListHandle theList, char *path ); |
void GetNameFromCell (StringPtr theString, Cell cell, ListHandle hList); |
ListHandle MakeDialogList( DialogPtr dlg, int item ); |
int ChoosePrinter( char *name, long *blocksize, int *repeat_count ); |
void HiliteOk( DialogPtr dlg ); |
void FrameOk( DialogPtr dlg ); |
int GetDialogPopupValue( DialogPtr dlg, int item ); |
void SetDialogPopupValue( DialogPtr dlg, int item, int value ); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-03-26