use EnumBitFlags;
/// Initialization flags for a [`struct@super::Tab`].
///
/// Combine values with `|`. `Flags::None` paints the tab background and does not
/// draw a filled bar behind the headers.
/// Where tab headers are drawn on a [`super::Tab`].
///
/// `HiddenTabs` shows only the page. The other variants place the header bar on
/// the top, bottom, or left edge.