pub type NcMultiSelectorOptions = ncmultiselector_options;Expand description
Options structure for NcMultiSelector
Aliased Type§
#[repr(C)]pub struct NcMultiSelectorOptions {
pub title: *const u8,
pub secondary: *const u8,
pub footer: *const u8,
pub items: *const ncmselector_item,
pub maxdisplay: u32,
pub opchannels: u64,
pub descchannels: u64,
pub titlechannels: u64,
pub footchannels: u64,
pub boxchannels: u64,
pub flags: u64,
}Fields§
§title: *const u8title may be NULL, inhibiting riser, saving two rows.
secondary: *const u8secondary may be NULL
footer may be NULL
items: *const ncmselector_iteminitial items, descriptions, and statuses
maxdisplay: u32maximum number of options to display at once, 0 to use all available space
opchannels: u64option channels
descchannels: u64description channels
titlechannels: u64title channels
footchannels: u64secondary and footer channels
boxchannels: u64border channels
flags: u64bitfield of NCMULTISELECTOR_OPTION_*, currently unused