Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpaneBrowserAdd


Description
Add navigator pane
Replacement in Object TOOLKIT: pfcSession::NavigatorPaneBrowserAdd
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpaneBrowserAdd(
ProCharName pane_name
/* (In)
Name of the new navigator pane
*/
ProCharName icon_file_name
/* (In)
Icon file name. Pass NULL to use default icon.
*/
wchar_t* url
/* (In)
URL of the pane
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORFunction failed.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Adding Custom Web Pages
  2. User Interface: Menus, Commands, and Popupmenus: Adding Custom Web Pages

Sample Code References:

  1. pt_userguide ( UgNavigatorPane.c )