Static fungui::Y

source ·
pub static Y: StaticKey
Expand description

The “y” static key used by the absolute layout

This should be used if you wish to use “x” in your own layouts due to the fact that two static strings across crates/modules don’t always point to the same value which is a requirement for static keys.