VS:vsoWidgetPopupAddN

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

Add an item to an OIP search popup widget. Static item is fixed at the top of the list, unsearchable. Non static items are searchable displayed in a list.

PROCEDURE vsoWidgetPopupAddN(
widgetID :LONGINT;
isStaticChoice :BOOLEAN;
id :STRING;
text :STRING;
toolTip :STRING;
iconSpec :STRING);
def vs.vsoWidgetPopupAddN(widgetID, isStaticChoice, id, text, toolTip, iconSpec):
    return None

Parameters

widgetID LONGINT
isStaticChoice BOOLEAN
id STRING
text STRING
toolTip STRING
iconSpec STRING

Version

Availability: from Vectorworks 2020