Description | ||||||||
Refreshes the screen. The function does not clear highlights. This is the most efficient function to use if you want to clear "temporary" graphics only (that is, graphics that you have inserted into a 2-D or 3-D display list). | ||||||||
Replacement in Object TOOLKIT: | pfcWindow::Refresh | |||||||
Synopsis | ||||||||
#include <ProWindows.h> | ||||||||
ProError | ProWindowRefresh | ( | ||||||
int window_id | ||||||||
/* (In) | ||||||||
The identifier of the window to be cleared. If this argument is PRO_VALUE_UNUSED, the function redraws the current window. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|