Function ratatui_tabs

Source
#[no_mangle]
pub extern "C" fn ratatui_tabs(
    handle: *mut c_void,
    area_id: u32,
    titles: *const c_char,
    selected: u32,
)
Expand description

Queues a Tabs bar.

§Parameters

  • titles: newline-separated tab labels.
  • selected: zero-based index of the active tab.

The pending style’s foreground color (or cyan if unset) is used as the highlight background of the active tab.