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

dlMakeWidget

dlMakeWidget(
[ x_backgroundColor ] 
[ l_point1 ]
[ l_point2 ]
) 
=> x_widgetId / nil 

Description

Creates a general purpose window (or widget). Uses of this widget can be for fixed menus or graphic display panels. Both points are specified in X Window System coordinates, where 0:0 is the upper-left corner of the screen.

Arguments

x_backgroundColor

Background color of the widget.

l_point1

Upper left position of the widget.

l_point2

Lower right position of the widget.

Related Topics

View Display List Functions


Return to top
 ⠀
X