RasterDialog.setButtons( min, win, max, close )
Specifies which title bar buttons to show in the dialog.Parameters
| Name | Type | Description | |
|---|---|---|---|
| min | boolean |
True show the minimize button; false hides it |
|
| win | boolean |
True show the windoize button; false hides it |
|
| max | boolean |
True show the maximize button; false hides it |
|
| close | boolean |
True show the close button; false hides it |
Returns
| Type | Description |
|---|---|
| object | The dialog object. This allow for chaining multiple setter methods in one single statement. |