Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiRaiseWindow

hiRaiseWindow(
w_window 
[ g_silent ]
) 
=> t / nil 

Description

Raises a window to the top of the list of visible windows.

If the window is within a session window, its tab is raised to the top of the tab stack, it becomes the active window, and the session window that contains it will be raised. If the window is a session window, it will be raised. If the window is a floating dock window, it is raised. If the window is docked, the session window that contains it gets raised and the visibility of tabs does not get affected.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Arguments

w_window

Window you want to raise. w_windowId can be either a window ID of a regular, session, or dock window; or the window number of a regular window.

g_silent

If this argument is specified, the Window does not exist message does not get displayed. This argument can only be specified if the value of the w_window argument is integer.

Values Returned

t

The window is raised to the top of the list.

nil

The window is not raised to the top of the list. An error message is also issued.

Related Topics

Window Functions

hiLowerWindow

hiRaiseTab

hiLowerTab


Return to top
 ⠀
X