NcTabbedOptions

Type Alias NcTabbedOptions 

Source
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: u64

channel for the selected tab header

§hdrchan: u64

channel for unselected tab headers

§sepchan: u64

channel for the tab separator

§separator: *const u8

separator string (copied by nctabbed_create())

§flags: u64

bitmask of NCTABBED_OPTION_*

Implementations§

Source§

impl NcTabbedOptions

Source

pub const BOTTOM: u32 = 1u32

To display the tab list at the bottom instead of at the top of the plane.