System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/01/2024
Public
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 ]