OutlineWidth.setDisabledOutlineWidth

Set the width of the disabled outline.

mixintemplate OutlineWidth()
setDisabledOutlineWidth
(
this T
W
)
()
if (
is(W == int) ||
is(W == Nullable!(int))
)

Parameters

width W

The width of the disabled outline.

Return Value

Type: auto

This widget to aid method chaining.

Bugs

This doesn't seem to have any effect in Tcl/Tk v8.6.1. It ignores this setting and applies a 1 pixel width.

Meta