Difference between revisions of "VS:vsoWidgetSetText"
From Vectorworks Developer
m (1 revision) |
|||
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. | |
</desc> | </desc> | ||
Revision as of 04: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 in 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 VersionsThis is drop-in function.