Send an update message for a single window.
| 708 | |
| 709 | // Send an update message for a single window. |
| 710 | void ScrollView::UpdateWindow() { |
| 711 | SendMsg("update()"); |
| 712 | } |
| 713 | |
| 714 | // Note: this is an update to all windows |
| 715 | void ScrollView::Update() { |
no outgoing calls
no test coverage detected