Category Windows and views, Object ProWindow

Function ProWindowRefresh


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>
ProErrorProWindowRefresh(
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
PRO_TK_NO_ERRORThe function successfully refreshed the window.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Kinematic Dragging and Creating Snapshots: Connecting to a Kinematic Drag Session
  3. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots
  4. User Interface: Basic Graphics: Repainting Windows
  5. User Interface: Basic Graphics: Repainting Windows
  6. User Interface: Basic Graphics: Display Lists
  7. User Interface: Selection: Highlighting

Sample Code References:

  1. pt_examples ( TestExtrude.c )
  2. pt_examples ( TestView.c )
  3. pt_examples ( TestView.c )
  4. pt_examples ( TestView.c )
  5. pt_examples ( TestView.c )
  6. pt_examples ( UtilTree.c )
  7. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  8. pt_userguide ( UgModelCheck.c )