Difference between revisions of "VS:vsoWidgetPopupClear"
From Vectorworks Developer
m (1 revision) |
m |
||
Line 5: | Line 5: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<desc> | <desc> | ||
− | + | Removes all items / choices of the specified popup widget | |
</desc> | </desc> | ||
Latest revision as of 03:52, 3 July 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Removes all items / choices of the specified popup widgetPROCEDURE vsoWidgetPopupClear(
widgetID : LONGINT);
def vs.vsoWidgetPopupClear(widgetID): return None
Parameters
widgetID LONGINT
Version
Availability: from All VersionsThis is drop-in function.