Activate this button when [Enter] is pressed.
This attribute specifies that a given button is considered the default button when the user presses [Enter]. Only one button in the dialog box is permitted to have the is_default attribute set to true. Typically, you use the is_default attribute for the OK or Apply button.
flag: true or false (default).
Example
is_default = true;
NOTE
Valid Tile
Tell me about...