vhdlHiInvokeToolBox
vhdlHiInvokeToolBox(
[ t_position ]
)
=> t / nil
Description
Invokes the VHDL Toolbox window.
Arguments
Value Returned
Examples
Displays the toolbox window at the x co-ordinate -9 and y co-ordinate 162 on the screen.
vhdlHiInvokeToolBox ('(-9 162))
=> t
Displays the toolbox window at the default location i.e. '(0 0).
vhdlHiInvokeToolBox()
=> t
Related Topics
Return to top