pub type NcTabbedOptions = nctabbed_options;Expand description
Options for NcTabbed.
type in C: nctabbed_options (struct)
Aliased Type§
#[repr(C)]pub struct NcTabbedOptions {
pub selchan: u64,
pub hdrchan: u64,
pub sepchan: u64,
pub separator: *const u8,
pub flags: u64,
}Fields§
§selchan: u64channel for the selected tab header
hdrchan: u64channel for unselected tab headers
sepchan: u64channel for the tab separator
separator: *const u8separator string (copied by nctabbed_create())
flags: u64bitmask of NCTABBED_OPTION_*