Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.31 KB

File metadata and controls

49 lines (40 loc) · 1.31 KB

vstAddRadioMode

Description

Adds a group of radio buttons to the mode bar.

  • inNumButtons is the number of buttons <= 6
  • id# is the 'ICN#' resource ID of the button's icon.
  • initialSetting is the number, left to right, of the button originally highlighted.

Rsrc IDs must be greater than 10000.

(Seems like this has been replaced by AddRadioMode)

PROCEDURE vstAddRadioMode(
				inInitialSetting : INTEGER;
				inNumButtons     : INTEGER;
				inRsrcID_1       : INTEGER;
				inRsrcID_2       : INTEGER;
				inRsrcID_3       : INTEGER;
				inRsrcID_4       : INTEGER;
				inRsrcID_5       : INTEGER;
				inRsrcID_6       : INTEGER);
def vs.vstAddRadioMode(inInitialSetting, inNumButtons, inImageSpecification1, inImageSpecification2, inImageSpecification3, inImageSpecification4, inImageSpecification5, inImageSpecification6):
    return None

Parameters

Name Type Description
inInitialSetting INTEGER
inNumButtons INTEGER
inRsrcID_1 INTEGER
inRsrcID_2 INTEGER
inRsrcID_3 INTEGER
inRsrcID_4 INTEGER
inRsrcID_5 INTEGER
inRsrcID_6 INTEGER

Version

Availability: from All Versions

This is drop-in function.

Category