
Prototype: GemRB.EnableButtonBorder(WindowIndex, ControlIndex, BorderIndex, enabled)

Metaclass Prototype: EnableBorder(BorderIndex, enabled)

Description: Enable or disable specified border/frame/overlay of a button control.

Parameters: 
WindowIndex, ControlIndex  - the control's reference
BorderIndex                - 0,1 or 2
enabled                    - boolean, true enables the border

Return value: N/A

See also: SetButtonBAM, SetButtonFlags, SetButtonBorder

