use EnumBitFlags;
/// Identifies one of the two panes of a [`super::VSplitter`].
///
/// `Left` is the left panel, `Right` the right panel.
/// How a [`super::VSplitter`] redistributes space when its parent is resized.
///
/// Preserve the relative split, keep the left panel's size, or keep the right
/// panel's size.
/// Initialization flags for a [`struct@super::VSplitter`].
///
/// Combine values with `|`. `Flags::None` draws the splitter independently of the
/// parent window frame.