Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpaneBrowserURLSet


Description
Set pane URL
Replacement in Object TOOLKIT: pfcSession::NavigatorPaneBrowserURLSet
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpaneBrowserURLSet(
ProCharName pane_name
/* (In)
Name of the new navigator pane
*/
wchar_t* url
/* (In)
URL to set in the pane
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORNavigator URL not set

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgNavigatorPane.c )