Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.9.6.4.11. toolkit_get_widget_dimensions

Description

Returns the width and height of the specified widget.

Usage

toolkit_get_widget_dimensions <id>

Returns

Width and height of specified widget.

Arguments

<id>
A unique ID for the widget being added.

Example

set dimensions [toolkit_get_widget_dimensions my_button]