VS:vsoWidgetSetText: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Set the alternate name of a plugin parameter. For a PIO, this text is displayed in the Object Info Palette.
Set the alternate name of a plugin parameter. For a PIO, this text is displayed on the Object Info Palette.
</desc>
</desc>



Latest revision as of 09:42, 26 March 2018

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

widgetID LONGINT
text STRING

Version

Availability: from All Versions

This is drop-in function.