use EnumBitFlags;
/// Identifies one of the two panes of an [`super::HSplitter`].
///
/// `Top` is the upper panel, `Bottom` the lower panel.
/// How an [`super::HSplitter`] redistributes space when its parent is resized.
///
/// Preserve the relative split, keep the top panel's size, or keep the bottom
/// panel's size.
/// Initialization flags for an [`struct@super::HSplitter`].
///
/// Combine values with `|`. `Flags::None` draws the splitter independently of the
/// parent window frame.