Category Creo Parametric user interface, Object ProPopupmenu

Callback ProPopupmenuCreatePostAction


Description
This notification function is called after a popup menu is created internally in Creo Parametric. Use this notification to assign application-specific buttons to the popup menu. Users must supply this function by calling ProNotificationSet() with the notify type PRO_POPUPMENU_CREATE_POST.
Synopsis
#include <ProPopupmenu.h>
ProError(*ProPopupmenuCreatePostAction)(
const char* name
/* (In)
Popup menu name.
*/
)
Returns
Return values are not interpreted by Creo Parametric.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Registering Notifications to Create and Destroy Popup Menus
  2. User Interface: Menus, Commands, and Popupmenus: Registering Notifications to Create and Destroy Popup Menus
  3. Event-driven Programming: Notifications: Context Change Events