Specifications

539
strDesc is the description to go along with the entry.
iLineNo is the number of lines in file (optional).
iStartSel is the start of offset into file (optional, but if used, the iEndSel argument must
also be used.).
iEndSel is the end of offset into file (required if iStartSel is used).
Returns
Nothing
resWin.setCallbackCommands()
Availability
Dreamweaver 4
Description
Tells the Results window on which commands to call the processFile() method. If this
function is not called, the command that created the Results window is called.
Arguments
arrCmdNames
arrCmdNames
is an array of command names on which to call the processFile() method.
Returns
Nothing.
resWin.setColumnWidths()
Availability
Dreamweaver 4
Description
Sets the width of each column.
Arguments
arrWidth
arrWidth
is an array of integers that represents the widths to use for each column in the control.
Returns
Nothing.
resWin.setFileList()
Availability
Dreamweaver 4
Description
Gives the Results window a list of files, directories, or both to call a set of commands to process.
Arguments
arrFilePaths, bRecursive