Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpanePHolderLayoutGet


Description
Get pane layout name
Replacement in Object TOOLKIT: wfcWSession::GetNavigatorPaneLayoutComponent
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpanePHolderLayoutGet(
ProCharName pane_name
/* (In)
Name of the navigator pane
*/
char** layout_name
/* (Out)
Layout of the pane, Free this string using ProStringFree().
*/
)
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 Dialog Box Components
  2. User Interface: Menus, Commands, and Popupmenus: Adding Custom Dialog Box Components

Sample Code References:

  1. pt_userguide ( UgNavigatorPane.c )