Cargo Features
[dependencies]
zng-wgt-button = { version = "0.5.10", default-features = false, features = ["tooltip"] }
- default = tooltip
-
The
tooltip
feature is set by default wheneverzng-wgt-button
is added without
somewhere in the dependency tree.default-features = false - 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
…