Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.81 KB

File metadata and controls

39 lines (33 loc) · 1.81 KB

AddRadioMode

Description

Adds a group of buttons with an image to the mode bar for a tool. Replaces vstAddRadioMode

PROCEDURE AddRadioMode(
				initialSetting  : INTEGER;
				buttonCount     : INTEGER;
				imageSpecifier1 : DYNARRAY[] of CHAR;
				imageSpecifier2 : DYNARRAY[] of CHAR;
				imageSpecifier3 : DYNARRAY[] of CHAR;
				imageSpecifier4 : DYNARRAY[] of CHAR;
				imageSpecifier5 : DYNARRAY[] of CHAR;
				imageSpecifier  : DYNARRAY[] of CHAR);
def vs.AddRadioMode(initialSetting, buttonCount, imageSpecifier1, imageSpecifier2, imageSpecifier3, imageSpecifier4, imageSpecifier5, imageSpecifier):
    return None

Parameters

Name Type Description
initialSetting INTEGER
buttonCount INTEGER
imageSpecifier1 DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".
imageSpecifier2 DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".
imageSpecifier3 DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".
imageSpecifier4 DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".
imageSpecifier5 DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".
imageSpecifier DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".

Version

Availability: from Vectorworks 2012

Category