System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.1.18. get_toolkit_property

Description

This command retrieves the value of a single toolkit property.

Availability

All contexts except: DISCOVER

Usage

get_toolkit_property <prop>

ReturnType

String

Returns

Toolkit property value.

Arguments

prop
Name of the toolkit property that will be retrieved.

Example

set tk_display_name [ get_toolkit_property DISPLAY_NAME ]