pteLoadConfig
pteLoadConfig(t_configFilePath[w_windowId] ) => t / nil
Description
Loads the specified Palette configuration file. A Palette configuration file contains Palette-related information, such as the columns and toolbars to be displayed and their location.
Arguments
|
Path to the Palette configuration file that is to be loaded. |
|
|
ID of the window containing the Palette that you want to update. |
Value Returned
Examples
pteLoadConfig(".cadence/dfII/palette/palette.ini")
pteLoadConfig(".cadence/dfII/palette/palette.ini" window(2))
Return to top