Type Definition libnotcurses_sys::widgets::NcTreeOptions [−][src]
type NcTreeOptions = nctree_options;
Expand description
Options struct for NcTree
.
Implementations
pub fn with_all_args(
items: &[NcTreeItem],
count: usize,
nctreecb: Option<NcTreeItemCbUnsafe>,
indentcols: NcDim,
flags: u64
) -> Self
[src]
pub fn with_all_args(
items: &[NcTreeItem],
count: usize,
nctreecb: Option<NcTreeItemCbUnsafe>,
indentcols: NcDim,
flags: u64
) -> Self
[src]New NcTreeOptions for NcTree
, with all args.