Category Windows and views, Object ProWindow

Function ProWindowClear


Description
Clears the Creo Parametric window. The function temporarily removes all graphics from the window until you call one of the drawing functions, such as ProSolidDisplay().
Replacement in Object TOOLKIT: pfcWindow::Clear
Synopsis
#include <ProWindows.h>
ProErrorProWindowClear(
int window_id
/* (In)
The identifier of the window to be cleared. If this argument is PRO_VALUE_UNUSED, the function clears the current window.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleared the window.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProSolidDisplay

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Repainting Windows
  3. User Interface: Basic Graphics: Repainting Windows

Sample Code References:

  1. pt_examples ( TestView.c )
  2. pt_examples ( TestView.c )
  3. pt_examples ( TestView.c )