mirror of
https://github.com/ctm/executor.git
synced 2025-02-19 18:31:27 +00:00
11 lines
416 B
C
11 lines
416 B
C
|
|
/* bigscroll.c */
|
|
void getregions (ControlHandle c);
|
|
void draw1part (ControlHandle c, short part, RgnHandle rgn, short where, int val);
|
|
void drawcontrol (long part, ControlHandle c);
|
|
long test (long param, ControlHandle c);
|
|
void calc (RgnHandle rgn, ControlHandle c);
|
|
void initbigs (ControlHandle c);
|
|
void disposebigs (ControlHandle c);
|
|
pascal long main (short varcode, ControlHandle c, short message, long param);
|