Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpaneBrowsericonSet


Description
Set pane icon (.BIF/.GIF)
Replacement in Object TOOLKIT: pfcSession::NavigatorPaneBrowserIconSet
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpaneBrowsericonSet(
ProCharName pane_name
/* (In)
Name of the new navigator pane
*/
ProCharName icon_file_name
/* (In)
Icon file name
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORNot able to set the Icon

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 )