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

hiGetMaxScreenCoords

hiGetMaxScreenCoords() 
=> l_coord_pair 

Description

Retrieves the screen coordinates of the upper-right corner of the display screen. The lower-left corner of the screen is assumed to be 0:0. This is the maximum size that you can specify for a window.

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

Arguments

None.

Value Returned

l_coord_pair

The screen coordinates of the upper-right corner of the display screen. These coordinates take into account the window manager banner so that a window including a window manager banner can be located at the upper-right corner of the screen.

Examples

Returns the maximum window initial size. This is the maximum size that can be used to create a new window.

hiGetMaxScreenCoords() 

Returns the maximum size a window can grow to fill all screens of the display.

hiGetMaxScreenCoords(t) 

Related Topics

Window Functions


Return to top
 ⠀
X