pub const STATIC_KIND: &str = "__static__";Expand description
Sentinel kind reserved for static tabs accumulated via
TabWidget::static_tab.
Application-level kind strings must not collide with this
value — the framework panics with a clear message at registration
if dynamic_tab is
called with this name.