| 1630 | } |
| 1631 | |
| 1632 | int |
| 1633 | mac_doprev_message(void) |
| 1634 | { |
| 1635 | if (WIN_MESSAGE) { |
| 1636 | NhWindow *winToScroll = &theWindows[WIN_MESSAGE]; |
| 1637 | mac_display_nhwindow(WIN_MESSAGE, FALSE); |
| 1638 | SetPortWindowPort(winToScroll->its_window); |
| 1639 | MoveScrollBar(winToScroll->scrollBar, kControlUpButtonPart); |
| 1640 | } |
| 1641 | return 0; |
| 1642 | } |
| 1643 | |
| 1644 | static void |
| 1645 | draw_growicon_vert_only(WindowPtr wind) |
no test coverage detected