draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */
| 866 | |
| 867 | /* draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */ |
| 868 | pascal void |
| 869 | drawThermo(WindowPtr wPtr, short inum) |
| 870 | { |
| 871 | itemizeThermo(drawItem); |
| 872 | } |
| 873 | |
| 874 | /* manage progress thermometer dialog */ |
| 875 | static void |
nothing calls this directly
no test coverage detected