Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 822 Bytes

File metadata and controls

35 lines (29 loc) · 822 Bytes

vsoWidgetPopupAddN

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

Name Type Description
widgetID LONGINT
isStaticChoice BOOLEAN
id STRING
text STRING
toolTip STRING
iconSpec STRING

Version

Availability: from Vectorworks 2020

Category