Category Windows and views, Object ProWindow

Callback ProWindowOccupyPostAction


Description
This is the notification function called after a model has been loaded into a Creo Parametric Window.

The user supplies this function by calling ProNotificationSet() with the notify type PRO_WINDOW_OCCUPY_POST.

Synopsis
#include <ProWindows.h>
ProError(*ProWindowOccupyPostAction)(
int win_id
/* (In)
The identifier of the Creo Parametric window
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet , ProObjectwindowMdlnameCreate

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Registering Notifications to Add and Destroy Content to a New Pane
  2. User Interface: Menus, Commands, and Popupmenus: Registering Notifications to Add and Destroy Content to a New Pane
  3. Event-driven Programming: Notifications: Context Change Events