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

dlConfigureButton

dlConfigureButton(
x_button
x_xPosition
x_yPosition
x_width
x_height
) 
=> t / nil 

Description

Moves a button to another location. Both the x and y position are specified in X Window System coordinates, where 0:0 is the upper left corner of the screen.

Arguments

x_button

Button being moved.

x_xPosition

New x position of the upper-left corner of the button.

x_yPosition

New y position of the upper-left corner of the button.

x_width

Width of new button size.

x_height

Height of new button size.

Related Topics

View Display List Functions


Return to top
 ⠀
X