Cargo Features

[dependencies]
zng-wgt-button = { version = "0.5.10", default-features = false, features = ["tooltip"] }
default = tooltip

The tooltip feature is set by default whenever zng-wgt-button is added without default-features = false somewhere in the dependency tree.

tooltip default

Enable tooltip in cmd buttons.

Enables zng-wgt-tooltip

Affects zng-wgt-button::CMD_TOOLTIP_FN_VAR, zng-wgt-button::CmdTooltipArgs, zng-wgt-button::default_cmd_tooltip_fn, zng-wgt-button::cmd_tooltip_fn