OutlineWidth

These are common commands that apply to all widgets that have them injected.

Members

Functions

getActiveOutlineWidth
int getActiveOutlineWidth()

Get the width of the active outline. An item's active state is triggered when the mouse rolls over the item.

getDisabledOutlineWidth
int getDisabledOutlineWidth()

Get the width of the disabled outline.

getOutlineWidth
int getOutlineWidth()

Get the width of the outline.

setActiveOutlineWidth
auto setActiveOutlineWidth(W width)

Set the width of the active outline. An item's active state is triggered when the mouse rolls over the item.

setDisabledOutlineWidth
auto setDisabledOutlineWidth(W width)

Set the width of the disabled outline.

setOutlineWidth
auto setOutlineWidth(W width)

Set the width of the outline.

Meta