Type Definition libnotcurses_sys::widgets::NcSelectorItem

source ·
pub type NcSelectorItem = ncselector_item;
Expand description

Item structure for NcSelector.

Implementations§

source§

impl NcSelectorItem

source

pub fn new(option: &NcString, desc: &NcString) -> Self

New item

source

pub fn new_empty() -> Self

New empty NcSelectorItem.