//! Composite widgets — parents that own children.
//!//! See `WidgetKind::is_composite()` for the full list. Each module owns
//! the widget's data, theme, style, state, render math, and input
//! registration.
pubmodchrome;pubmoddropdown;pubmodpanel;pubmodpopup;