VS:vsoWidgetPopupAddN: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 18:33, 27 September 2019

.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