Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 536 Bytes

File metadata and controls

29 lines (22 loc) · 536 Bytes

vsoWidgetSetText

Description

Set the alternate name of a plugin parameter. For a PIO, this text is displayed on the Object Info Palette.

PROCEDURE vsoWidgetSetText(
				widgetID : LONGINT;
				text     : STRING);
def vs.vsoWidgetSetText(widgetID, text):
    return None

Parameters

Name Type Description
widgetID LONGINT
text STRING

Version

Availability: from All Versions

This is drop-in function.

Category