RasterDialog.setTitle( title )
Sets the title displayed in the dialog title bar.Parameters
Name | Type | Description | |
---|---|---|---|
title | string |
Text shown in the dialog's title bar; set to null
if no text is needed. |
Returns
Type | Description |
---|---|
object | The dialog object. This allow for chaining multiple setter methods in one single statement. |