Files
oboe/osx/scenedit/scen.dlgutil.h
Celtic Minstrel 9bbfc01c5d - Removed the ViewDlog target (since it's deprecated by the new dialog engine)
- Renamed some things for shorter filenames
- Moved the license into the doc folder
- Cleaned up the project internal hierarchy so that it knows of the external file hierarchy (This should reduce the steps needed to fix bad references when a name is changed.)

git-svn-id: http://openexile.googlecode.com/svn/trunk@112 4ebdad44-0ea0-11de-aab3-ff745001d230
2009-07-13 17:26:40 +00:00

5 lines
180 B
C

DialogPtr make_dialog(int resource_num);
void put_num_in_text(short num_to_put,DialogPtr the_dialog, short item_num);
long get_text_item_num(short item_num,DialogPtr the_dialog);